【错误】 Error running ‘xxx项目’: Command line is too long. Shorten command line for xxx or also for Spring Boot default configuration.

根据错误信息可知,指令太过长,根据提示缩短指令即可。

在IDEA中找到 Run-> Edit Configurations打开:
【已解决】Error running 'xxx项目' Command line is too long(idea版)
在 Environment-> Shorten command line 的内容配置为 JAR即可解决:
【已解决】Error running 'xxx项目' Command line is too long(idea版)


分享是最好的学习!

相关文章:

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