报错
Error running ‘…Application’: Command line is too long. Shorten command line for …Application or also for Spring Boot default configuration.
解决办法:
找到 .ideaworkspace.xml下的PropertiesComponent ,
在里面添加
property name=“dynamic.classpath” value=“true” />



