Springboot项目启动报错:Command line is too long问题解决

启动项目报错:Error running ‘xxxxxxxx’: Command line is too long. Shorten command line for ‘xxxxxxxx’ or also for Application default configuration

方法一

点击提示中的:default:然后在弹出窗口中选择:JAR xxxx xxx(该方法对本次启动配置生效,不影响其他服务)

Springboot项目启动报错:Command line is too long问题解决_第1张图片

方法二

修改文件夹.idea/workspace.xml (对该工程下所有服务生效)

Springboot项目启动报错:Command line is too long问题解决_第2张图片

 如果在idea的设置忽略掉了.idea目录,直接在项目路径的文件夹下找到这个目录也是一样的。
找到

 

然后在其中添加:


然后再启动服务。

Springboot项目启动报错:Command line is too long问题解决_第3张图片

你可能感兴趣的:(springboot启动报错)