问题: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" />