idea启动项目报错

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

解决方式

进入当前项目的./idea文件夹,打开workspace.xml文件

在红框这个配置项中加入蓝框中的配置信息

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

Command line is too long. Shorten command line for ServiceApplication or also for Spring Boot defaul

相关文章: