idea启动springboot项目报Error running 'ServiceStarter': Command line is too long. Shorten command line for ServiceStarter or also for Application

解决办法:在.idea文件夹下面的workspace.xml中的

<component name="PropertiesComponent">标签下面添加:
<property name="dynamic.classpath" value="true" />即可
原文地址:https://www.cnblogs.com/Eilen/p/11268260.html