0
点赞
收藏
分享

微信扫一扫

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

我是小小懒 2022-01-25 阅读 50

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

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

2、找到项目的启动配置

 选择JAR开头的配置即可

举报

相关推荐

0 条评论