Command line is too long. Shorten command line for Application or also for Spring Boot default configuration?
报这个错误说明需要修改idea的配置文件参数
解决办法:
项目下面\.idea\workspace.xml文件增加配置项
在 <property name="aspect.path.notification.shown" value="true" />行下增加一行
<property name="dynamic.classpath" value="true" /> 保存后重启恢复正常