其他分享
首页 > 其他分享> > IDEA SpringBoot启动报错Command line is too long. Shorten command line....处理方法

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、找到项目的启动配置

 选择JAR开头的配置即可

标签:SpringBoot,Shorten,long,报错,too,Command,line
来源: https://blog.csdn.net/m0_65014849/article/details/122680945