Idea启动项目报错:Command line is too long. Shorten command line for App or also for Spring Boot default configuration.

如下图所示:

idea启动服务的时候报:Command line is too long错误

解决方法:

在该项目文件夹.idea/workspace.xml中找到

<component name="PropertiesComponent">

</component>

然后在其中添加:  <property name="dynamic.classpath" value="true" />


如下图所示

idea启动服务的时候报:Command line is too long错误

问题解决~~~~~~

相关文章: