0
点赞
收藏
分享

微信扫一扫

Command line is too long. Shorten command line for Application---微服务升级_SpringCloud Alibaba工作笔记0067

心如止水_c736 2022-03-11 阅读 57


 今天打开idea项目,启动的时候,无法启动报错:

15:19    Error running 'Application': Command line is too long. Shorten command line for Application or also for Spring Boot default configuration.

15:19    All files are up-to-date


直接说解决方法吧:

报错原因

springboot项目启动命令过长

解决办法

点击项目启动配置项 -> shorten command line 选项选择 classpath file 或 java manifest 选项 -> 重新启动工程运行即可

Command line is too long. Shorten command line for Application---微服务升级_SpringCloud Alibaba工作笔记0067_java

Command line is too long. Shorten command line for Application---微服务升级_SpringCloud Alibaba工作笔记0067_java_02

上面这两个选中哪个都行,然后点击保存再去启动就可以了.


技术交流QQ群【JAVA,C++,Python,.NET,BigData,AI】:170933152

开通了个人技术微信公众号:credream,有需要的朋友可以添加相互学习


Command line is too long. Shorten command line for Application---微服务升级_SpringCloud Alibaba工作笔记0067_微信公众号_03




举报

相关推荐

0 条评论