eclipse导入分布式项目的步骤

1.导入的目录,git init

2.git remote add orgin git@..

3.git pull origin master 到这来就已经把github里面的代码下载下来了

4.E:\workspace\xchange\xchange2>mvn eclipse:eclipse  cmd进入到项目目录,然后执行mvn eclipse:eclipse,就会把maven项目的缺省代码补全

5.打开eclipse,工作空间不能是项目目录,否则父工程导入不了

6.导入工程

猜你喜欢

转载自blog.csdn.net/qq_34128650/article/details/80580471