IDEA 解决启动项目时报 Error running '启动类': Command line is too long. Shorten command line for ‘启动类’....

∥☆過路亽.° 提交于 2020-08-12 10:34:23

1、使用 IDEA 启动项目报错如下

Error running '启动类名': Command line is too long. Shorten command line for ‘启动类名’or also for Spring Boot default configuration.

翻译下错误可知,运行“xxxBooter”时出错:命令行太长。缩短 xxxBooter 或 springboot 默认配置的命令行。

2、解决方法如下:

在 IDEA 中找到 Run -> Edit Configurations... 打开:

在 Environment-> Shorten command line 的内容配置为 JAR 即可解决

 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!