解决 Error running ‘Application‘: Command line is too long.
·
一、项目场景:
运行刚拉取下来的项目代码,出现下面问题描述的错误提示。
二、问题描述
Error running 'Application': Command line is too long. Shorten command line for Application or also for Spring Boot default configuration?
翻译翻译:
运行“Application”时出错:命令行太长。缩短应用程序或Spring Boot默认配置的命令行?
三、原因分析:
springboot项目启动命令过长!
四、解决方案:
解决步骤:
- 点击项目启动配置项
- shorten command line 选项选择
JAR manifest
或者classpath file
选项 - 重新启动工程运行即可
Step1:点击项目启动配置项
Step2: shorten command line 选项选择
JAR manifest
或者classpath file
选项
Step3:重新启动工程运行即可
省略图… …祝您工作顺利!
五、补充
时间:2020/12/14
由于最近更新了 IntelliJ IDEA 版本至 2022.3,当配置好 IDEA 中的必备插件后,又遇到了拉取项目代码报上述错误提示,如下图:
这次不需要再去页面点点点了,直接点击JAR manifest
或者classpath file
即可自动重启服务,嘎嘎nice!
在附图一张,如下:
更多推荐
已为社区贡献3条内容
所有评论(0)