报错内容:

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

然后重新运行,使用新的配置即可

相关文章:

  • 2022-12-23
  • 2021-07-30
  • 2021-04-07
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
  • 2021-12-09
  • 2022-01-15
猜你喜欢
  • 2021-09-14
  • 2021-09-19
  • 2022-12-23
  • 2021-08-11
  • 2021-08-02
相关资源
相似解决方案