idea运行SpringBoot提示Command line is too long
Run/Debug->Configuration->Shorten command line(选择JAR mainfest)
以上方案不可行的时候,尝试下面方案
打开项目空间,进入.idea的文件夹,打开workspace.xml
找到name为PropertiesComponent,增加一行 <property name="dynamic.classpath" value="true"></property>