聲明
本文轉自:https://blog.csdn.net/ZXJ_1223/article/details/80611089
正文
報錯內容
Error running 'ServiceStarter': Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration.
解法
修改項目下 .idea\workspace.xml
找到標簽 <component name="PropertiesComponent">
在標簽里加一行 <property name="dynamic.classpath" value="true" />