Error in idea startup item: error running ‘XXXXXX’: command line is too long Shorten command line for xxxxxx or also for Spring Boot default configuration?
Error reason: this error may be reported when the newly pulled code is started after the idea is opened
Solution: just find the following line in workspace.xml file of the .idea folder:
< component name="PropertiesComponent"> ······</component>
Add a line in the middle
< property name="dynamic.classpath" value="true" />
The problem can be solved