今天启动项目时,点击启动就报错了,以下是完整报错原因:

Error running ‘TdPluginPersonProgramManageApplication’: Command line is too long. Shorten command line for XXXX项目名 or also for Spring Boot default configuration.
idea启动报错-Command line is too long. Shorten command line for or also for Spring Boot default

解决方案:
找到你的项目.idea文件下边的workspace.xml,

idea启动报错-Command line is too long. Shorten command line for or also for Spring Boot default
找到 <component name="PropertiesComponent"> </component> 添加如下:
<property name="dynamic.classpath" value="true" /> 就OK了
idea启动报错-Command line is too long. Shorten command line for or also for Spring Boot default

相关文章:

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