報錯內容:ide
Error running 'ServiceStarter': Command line is too long. Shorten command line for ServiceStarter or also for Application default configuration.
解法:idea
修改項目下 .idea\workspace.xml,找到標籤spa
<component name="PropertiesComponent">
在標籤里加一行code
<property name="dynamic.classpath" value="true" />