Command line is too long. Shorten command line for SpringBootMainApplication or also for Application
找到.idea文件夹下面的workspace.xml文件,搜索到PropertiesComponent,在标签下增加一行:
<property name="dynamic.classpath" value="true" />
即可解决
Command line is too long. Shorten command line for SpringBootMainApplication or also for Application
找到.idea文件夹下面的workspace.xml文件,搜索到PropertiesComponent,在标签下增加一行:
<property name="dynamic.classpath" value="true" />
即可解决