IDEA运行项目时报Error running ‘xxx项目‘ Command line is too long
【错误】 Error running ‘xxx项目’: Command line is too long. Shorten command line for xxx or also for Spring Boot default configuration.
根据错误信息可知,指令太过长,根据提示缩短指令即可。

解决方法:
在IDEA中找到 Run-> Edit Configurations打开:
IDEA运行项目时报Error running ‘xxx项目‘ Command line is too long
在 Environment-> Shorten command line 的内容配置为 JAR即可解决
IDEA运行项目时报Error running ‘xxx项目‘ Command line is too long

相关文章:

  • 2021-07-30
  • 2021-04-08
  • 2022-12-23
  • 2021-09-16
  • 2021-07-03
  • 2021-04-23
  • 2021-05-03
猜你喜欢
  • 2021-04-02
  • 2022-12-23
  • 2021-10-15
  • 2021-08-18
  • 2022-01-09
相关资源
相似解决方案