idea运行项目提示 Command line is too long. Shorten command line for App or also for Spring Boot default configuration.解决方法:
找到项目下 .idea\workspace.xml文件
找到标签<component name="PropertiesComponent">在此标签下加一行
<property name="dynamic.classpath" value="true" />
如下图
再次启动,OK