一、报错信息

Error running 'Application':
Command line is too long.Shorten command line for Application or also for Spring Boot default configuration.
1
2
二、报错原因

springboot项目启动命令过长

三、解决办法

点击项目启动配置项 -> shorten command line 选项选择 classpath file 或 java manifest 选项 -> 重新启动工程运行即可

SpringBoot报错Error running 'Application': Command line is too long.Shorten command line for

 

 

SpringBoot报错Error running 'Application': Command line is too long.Shorten command line for

 

相关文章:

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