Error running 'SpringbootApplication': Command line is too long.Shorten command line...

Idea startup error:

Error running ‘SpringbootApplication’: Command line is too long.Shorten command line for SpringbootApplication or also for Spring boot default configuration

The above error is: 运行“SpringbootApplication”时出错:命令行太长。缩短SpringbootApplication或Springboot默认配置的命令行
Solution : When the above error occurs, change the configuration of the Shorten command line to "JAR manifest" to solve the problem. The configuration is as shown in the figure below
Insert image description here

Guess you like

Origin blog.csdn.net/dxjren/article/details/127957937