edrp.cn的Blog

学习,需要交流,欢迎大家和我共同来学习C#,ASP.NET,MS SQL Server开发Web项目,欢迎大家和我交流

博客园 首页 新随笔 联系 订阅 管理

问题:2.0.7.RELEASE版本git后,在Intellij IDEA运行项目,结果无法运行FlowApplication等几个服务的错误

 

描述:打开IDEA,点击Check out from Version Control,选择Git,在弹出的窗口中输入私服地址,下载最新的项目

然后运行FlowApplication,提示错误:Error running 'FlowApplication': Command line is too long. Shorten command line for FlowApplication or also for Spring Boot default configuration.

解决方法:

修改项目下 .idea\workspace.xml,找到标签 <component name="PropertiesComponent"> , 在标签里加一行  <property name="dynamic.classpath" value="true" />

posted on 2019-09-05 18:46  edrp.cn  阅读(815)  评论(0编辑  收藏  举报