Error running ‘Application’: Command line is too long. Shorten command line for Application or also for Spring Boot default configuration

       新项目再Idea里面启动的时候,有的时候报错Error running ‘Application’: Command line is too long. Shorten command line for Application or also for Spring Boot default configuration,报错信息如下所示:
Command line is too long. Shorten command line for Application or also for Spring Boot default ...
       怎么解决呢,首先找到项目里面的idea/workspace.xml文件,然后再找到标签,标签如下所示:
Command line is too long. Shorten command line for Application or also for Spring Boot default ...
       然后再在component 标签里加一行 ,就是变成下面这样:
Command line is too long. Shorten command line for Application or also for Spring Boot default ...
这样在启动项目时就不会报错了,这就是上述问题的解决方案。

相关文章:

  • 2021-04-28
  • 2022-02-10
  • 2021-10-30
  • 2021-04-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2022-12-23
相关资源
相似解决方案