IDEA运行项目时报Error running ‘xxx项目‘ Command line is too long

IDEA运行项目时报Error running ‘xxx项目‘ Command line is too long
【错误】 Error running ‘xxx项目’: Command line is too long. Shorten command line for xxx or also for Spring Boot default configuration.
根据错误信息可知,指令太过长,根据提示缩短指令即可。

解决方法:
在IDEA中找到 Run-> Edit Configurations打开:
IDEA运行项目时报Error running ‘xxx项目‘ Command line is too long
在 Environment-> Shorten command line 的内容配置为 JAR即可解决
IDEA运行项目时报Error running ‘xxx项目‘ Command line is too long