今天打开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 选项 -> 重新启动工程运行即可
上面这两个选中哪个都行,然后点击保存再去启动就可以了.
技术交流QQ群【JAVA,C++,Python,.NET,BigData,AI】:170933152
开通了个人技术微信公众号:credream,有需要的朋友可以添加相互学习