在 IntelliJ IDEA 项目运行的时候收到了下面的错误提示:ide
Error running 'Application': Command line is too long. Shorten command line for Application or also for Spring Boot default configuration.
这时候你须要调整运行项目的配置,将 Configuration 中的 Shorten Command Line 修改成 JAR 就能够了。blog