异常处理 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" />
相关文章
相关标签/搜索