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

 启动springboot项目报错 ,Error running 'PcopBusinessDataCollectionApplication': Command line is too long. Shorten command line for PcopBusinessDataCollectionApplication or also for Spring Boot default configuration.

 

解决方案

 

解决方法:

在该项目文件夹.idea/workspace.xml中找到

<component name="PropertiesComponent">

  ...

</component>

然后在其中添加:

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

问题得到解决。

 

posted @ 2019-11-15 10:10  旅行的青蛙  阅读(216)  评论(0编辑  收藏  举报