问题描述
刚从git拉取的项目进行启动时报错,说命令行太长。
错误截图
Error running ‘YudaoServerApplication’: Command line is too long. Shorten command line for YudaoServerApplication or also for Spring Boot default configuration.
解决方案
1.选择项目配置项
2.选择 Configuration 菜单中的 Shorten command line 下拉框中的JAR manifest 或者 classpath file选项进行Apply应用后就解决了。
3.重新启动项目