Command line is too long. Shorten command line for *** or also for Spring Boot default configuration

Error message:

Command line is too long. Shorten command line for *** or also for Spring Boot default configuration

Often results in consequences that can not start the project.

Solution:

Under modify the project .idea \ workspace.xml, find the label, the label line Riga

<property name="dynamic.classpath" value="true" />

Reference Solution Links: https://blog.csdn.net/weixin_41235754/article/details/100514000

Guess you like

Origin www.cnblogs.com/youcong/p/12115983.html