Idea運行報錯Error running ‘Application‘: Command line is too long的解決方法


新項目再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" />,就是變成下面這樣

 

 

這樣在啟動項目,就不會報錯了,؏؏☝ᖗ乛◡乛ᖘ☝؏؏
————————————————


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM