美文网首页
idea Error running EscpFormAppl

idea Error running EscpFormAppl

作者: 万事俱备就差一个程序员了 | 来源:发表于2021-12-09 16:57 被阅读0次

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

相关文章

网友评论

      本文标题:idea Error running EscpFormAppl

      本文链接:https://www.haomeiwen.com/subject/nsiffrtx.html