Title

IDEA中报错 “Error running ‘Application‘: Command line is too long.“ 的解决办法

报错的信息:

报此时显示报错的全名称为:
Error running 'Application': Command line is too long. Shorten command line for Application or also for Spring Boot default configuration.

此时在 IDEA 中页面的展示为:

解决方案:

1、首先找到 .idea/libraies/workspace.xml 中的 <component name="PropertiesComponent">,此时的页面显示为:

2、需要的操作为:
在该组件中添加代码为:<property name="dynamic.classpath" value="true" />
即,此时的页面展示为:

此时在IDEA中就不再报错,此时就解决了该问题;

posted @ 2022-07-06 10:43  快乐小洋人  阅读(1676)  评论(0编辑  收藏  举报