今天新拉取的项目启动时,Springboot Debug启动报错:Error running ‘App’: Command line is too long. Shorten command line for App or also for Spring Boot default configuration.

后在网上了解,需要找到.idea下的workspace.xmlError running ‘App‘: Command line is too long. Shorten command line for App or also for Spring Boot

再找到标签
在标签内加一行


或者找到项目启动配置Error running ‘App‘: Command line is too long. Shorten command line for App or also for Spring Boot
选择这两个任意一个即可Error running ‘App‘: Command line is too long. Shorten command line for App or also for Spring Boot

相关文章:

  • 2022-12-23
  • 2022-01-20
  • 2021-10-15
  • 2021-09-16
  • 2022-12-23
  • 2022-12-23
  • 2021-04-28
  • 2022-12-23
猜你喜欢
  • 2022-02-10
  • 2021-04-21
  • 2021-04-03
  • 2021-08-17
  • 2021-08-27
  • 2022-12-23
相关资源
相似解决方案