idea Error running EscpFormApplication. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun.
個人博客里面還有其他idea報錯教程,需要的同學可以點擊下面鏈接
https://www.itqiankun.com/article/100983585
新項目再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" />,就是變成下面這樣
這樣在啟動項目,就不會報錯了,؏؏☝ᖗ乛◡乛ᖘ☝؏؏
————————————————
版權聲明:本文為CSDN博主「IT乾坤」的原創文章,遵循CC 4.0 BY-SA版權協議,轉載請附上原文出處鏈接及本聲明。
原文鏈接:https://blog.csdn.net/weixin_43689480/article/details/100983585