idea启动springboot项目报Error running 'ServiceStarter': Command line is too long. Shorten command line for ServiceStarter or also for Application

解决办法:在.idea文件夹下面的workspace.xml中的

<component name="PropertiesComponent">标签下面添加:
<property name="dynamic.classpath" value="true" />即可

相关文章:

  • 2022-03-01
  • 2021-10-30
  • 2021-08-06
  • 2021-04-03
  • 2022-12-23
  • 2021-04-28
  • 2021-07-03
猜你喜欢
  • 2022-12-23
  • 2021-09-18
  • 2021-04-21
  • 2022-12-23
  • 2021-05-29
  • 2021-12-13
相关资源
相似解决方案