Idea 运行报错Error running ‘Application‘: Command line is too long的解决方法


1、新项目再Idea里面启动的时候,

有的时候报错Error running ‘Application’: Command line is too long. Shorten command line for Application or aalso for Spring Boot default configuration,

报错信息如下所示

 

 解决方法:

1、找到idea/workspace.xml 文件  -->  找到  <component name="PropertiesComponent"></component > 标签

2、然后再在component 标签里加一行 <property name="dynamic.classpath" value="true" />


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM