異常處理 IDEA運行報Command line is too long解法

報錯內容: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" />
相關文章
相關標籤/搜索