个人博客里面还有其他idea报错教程,需要的同学可以点击下面链接
新项目再Idea里面启动的时候,有的时候报错Error running ‘Application’: Command line is too long. Shorten command line for Application or aalso for Spring Boot default configuration,报错信息如下所示

怎么解决呢,首先找到项目里面的idea/workspace.xml文件,然后再找到<component name="PropertiesComponent"></component >标签,标签如下所示

然后再在component 标签里加一行 <property name="dynamic.classpath" value="true" />,就是变成下面这样

这样在启动项目,就不会报错了,؏؏☝ᖗ乛◡乛ᖘ☝؏؏
本文介绍了解决在IntelliJ IDEA中启动SpringBoot项目时遇到的“Command line is too long”错误的方法。通过修改workspace.xml文件中的component标签,加入dynamic.classpath属性设置为true,有效解决了IDEA启动项目时的命令行过长问题。
5530

被折叠的 条评论
为什么被折叠?



