springboot项目启动报错Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun.
报错原因:
springboot项目启动命令过长
方案一:修改配置
点击项目启动配置项 --> Enviroment --> Shorten command line 选项 --> 选择 classpath file 或JAR manifest 选项 --> 重新启动工程运行即可。