Jireh程序猿的那些事 Jireh程序猿的那些事

记录分享生活、程序、信息的精彩人生

目录
Intellij IDEA运行报Command line is too long
/  

Intellij IDEA运行报Command line is too long

Intellij IDEA运行报Command line is too long

详细报错内容:

Error running 'XXXApplication': Command line is too long. Shorten command line for XXXApplication or also for Spring Boot default configuration. (moments ago)

解决方法:

修改项目下 .idea\workspace.xml 文件,找到标签

<component name="PropertiesComponent">

在标签里加一行

<property name="dynamic.classpath" value="true" />

如果觉得这篇文章不错的话,请我喝一杯 咖啡☕吧
标题:Intellij IDEA运行报Command line is too long
作者:Jireh
地址:https://jireh.xyz/articles/2020/03/23/1584942574529.html
本作品由 Jireh 采用 署名 – 非商业性使用 – 禁止演绎 4.0 国际许可协议进行许可,转载请注明出处。