Error running ‘JeecgSystemApplication‘: Command line is too long. Shorten command line for JeecgSys.

Error running ‘JeecgSystemApplication‘: Command line is too long. Shorten command line for JeecgSys


idea run时报“ Error running ‘JeecgSystemApplication’: Command line is too long. Shorten command line for JeecgSystemApplication or also for Spring Boot default configuration?”

Translation: Error running "JeecgSystemApplication": The command line is too long. Shorten command line for JeecgSystemApplication or Spring boot default configuration?

1 Click "run" -> "edit configuration"

insert image description here

Find "Environment"->"Shorten command line" and select "JAR manifest" in the drop-down list

insert image description here

3 Click "Apply" -> "OK"

4 After importing the project, the "Run" operation cannot be performed, which may be caused by the idea not helping to download the dependencies. Click "Maven" on the right side of the idea, click the button in the figure below to re-update the project dependencies, and you can see the "Run" button.

insert image description here

Guess you like

Origin blog.csdn.net/zch981964/article/details/132651555