IntelliJ IDEA 解决 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" />
即可。
如图: