前言:期间也百度了不少教程。在这里已经假定已经安装好了git和eclipse 中的git插件。

这一篇只说明如何下载并在eclipse中使用上一篇说明如何提交的github。

1、在github上克隆maven工程

两种方式:一种在eclipse中使用git克隆下来。另一种直接在github官网上下载到本地然后再导入到eclipse中。

参考:https://blog.csdn.net/luman1991/article/details/72722748

需要注意的是: 我们在导入maven工程,需要选择的是 existing maven  project,不能使用之前的那种方式。

Eclipse将maven工程提交到github并下载在新工程中使用(二)

相关文章:

  • 2021-07-15
  • 2021-09-17
  • 2022-01-09
  • 2021-09-23
  • 2021-06-20
  • 2021-07-25
  • 2021-08-24
  • 2021-09-15
猜你喜欢
  • 2022-12-23
  • 2021-06-19
  • 2021-06-19
  • 2021-10-07
  • 2022-12-23
相关资源
相似解决方案