解决方案:

首先找到项目工程里面的.idea/workspace.xml文件,

然后再找到 <component name="PropertiesComponent"></component> 标签

idea系列---【启动的时候报:Error running FinanceApplication. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun】

然后再在component 标签中添加一行 
<property name="dynamic.classpath" value="true" />

idea系列---【启动的时候报:Error running FinanceApplication. Command line is too long. Shorten the command line via JAR manifest or via a classpath file and rerun】

 

相关文章:

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