Command line is too long. Shorten command line for *** or also for Spring Boot default configuration

解决方案!

   修改项目下 .ideaworkspace.xml,找到标签 <component name="PropertiesComponent"> , 在标签里加一行  

<property name="dynamic.classpath" value="true" />

方法2:Run-->Edit Configurations...

Command line is too long. Shorten command line for *** or also for Spring Boot default configuration