Springboot启动,Command line is too long. Shorten command line for UniCloudZuulApplication or also

Springboot启动报错,Command line is too long. Shorten command line for Leaf6UniCloudZuulApplication or also for Spring Boot default configuration.

解决方法:

在idea的项目路径下,找到./idea/workspace.xml,

<component name="PropertiesComponent"></component>标签内,

添加

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

重启启动即可。

猜你喜欢

转载自blog.csdn.net/u012373281/article/details/113739642