idea启动springboot项目控制台报错Command line is too long. Shorten command line for xxx or also for Spring B解决

错误:Error running ‘xxx项目’: Command line is too long. Shorten command line for xxx or also for Spring Boot default configuration.
解决方案:
1.在IDEA中找到 Run-> Edit Configurations打开
idea启动springboot项目控制台报错Command line is too long. Shorten command line for xxx or also for Spring B解决
2.在 Environment-> Shorten command line 的内容配置为 JAR即可解决:
idea启动springboot项目控制台报错Command line is too long. Shorten command line for xxx or also for Spring B解决
2020.04.27