问题: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 fo
1.显示.project文件丢失, 解决方法:在eclipse中删除和该项目相同的文件名,重新import即可 2.导入没有.classpath和.project文件的项目 解决方法:目前没遇到 3.导入项目jdk版本和本机环境不相同:Project facet Java version 1.8 is not supported 解决方法:右键项目--properties--java compiler--compiler compliance level 修改为1.7 法一:选中项目 Prope