欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Error running ‘******Api‘: Command line is too long. Shorten command line for ******Api or also for

程序员文章站 2022-04-15 17:42:00
...

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

出现报错

Error running '******Api': Command line is too long. Shorten command line for ******Api or also for Spring Boot default configuration.

查找原因是由于项目启动参数过长导致

解决方法

修改项目中的 .idea/workspace.xml文件中的属性

  <component name="PropertiesComponent">
 	******
    <property name="dynamic.classpath" value="true" />
    ******
  </component>

可解决问题

相关标签: debug java bug