Error running ‘Application‘: command line is too long

idea run TEST class

solution:

Shorten command line option, select:
JAR manifest-…
Insert picture description here

Do not change the idea/workspace.xml file, otherwise there will be problems with running other Spring Boot projects (the jar package cannot be found and cannot be injected into the spring container)

Guess you like

Origin blog.csdn.net/thebigdipperbdx/article/details/111934634