【错误】 Error running ‘xxx项目’: Command line is too long. Shorten command line for xxx or also for Spring Boot default configuration.
    根据错误信息可知,指令太过长,根据提示缩短指令即可。
    在IDEA中找到 Run-> Edit Configurations打开:
    【已解决】Error running 'xxx项目' Command line is too long(idea版) - 图1
    在 Environment-> Shorten command line 的内容配置为 JAR即可解决:
    【已解决】Error running 'xxx项目' Command line is too long(idea版) - 图2
    分享是最好的学习!
    **
    转存:https://blog.csdn.net/senver_wen/article/details/87828798