Error running ‘Application’:
Command line is too long.Shorten command line for Application or also for Spring Boot default configuration.
IDEA reports the above error, add the following content to the project workspace.xml
Command line is too long.Shorten command line for Application or also for Spring Boot default configuration.
IDEA reports the above error, add the following content to the project workspace.xml
<component name="PropertiesComponent">
//add
<property name="dynamic.classpath" value="true" />
</component>