springboot error:Error running 'JdzSystemApplication': Command line is too long. Shorten command line for JdzSystemApplication or also for Spring Boot default configuration.(运行'JdzSystemApplication'错误:命令行太长。缩短命令行JdzSystemApplication或也为Spring启动默认配置。)

 

解决方案:

1、找到workspace.xml文件

Error running 'JdzSystemApplication': Command line is too long.

 

 2、在<component name="PropertiesComponent">中添加<property name="dynamic.classpath" value="true" />一行

相关文章:

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