IDEA SpringBoot启动报错Command line is too long. Shorten command line....处理方法

我自己的项目启动,也遇到过这个报错Command line is too long. Shorten command line....,主要有两种处理方式。

1、修改项目下 .idea\workspace.xml,找到标签 <component name="PropertiesComponent"> 在标签里加一行 <property name="dynamic.classpath" value="true" />

2、找到项目的启动配置

IDEA SpringBoot启动报错Command line is too long. Shorten command line....处理方法

 选择JAR开头的配置即可

上一篇:英语题翻译7


下一篇:prometheus 日志监控