Command line is too long

报错内容:

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" />
</component>

posted @ 2019-07-02 09:35  沧海红心_田帅  阅读(59)  评论(0)    收藏  举报  来源