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

Error running ‘LocalTest‘: Command line is too long. Shorten command line for LocalTest or also for…

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

Error running 'Application':

Command line is too long.Shorten command line for Application or also for Spring Boot default configuration.

IDEA报上面错,在项目workspace.xml中增加以下内容

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