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

阅读 51

2022-01-25

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

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

2、找到项目的启动配置

 选择JAR开头的配置即可

精彩评论(0)

0 0 举报