spring Boot项目团队协作开发步骤

一.码云的使用:

可以创建一个项目 或者下载一个项目可以参考博客:

https://blog.csdn.net/biao_feng/article/details/82837111?tdsourcetag=s_pcqq_aiomsg

二.Git的使用:

(git的安装:https://www.liaoxuefeng.com/wiki/896043488029600/896067074338496一般使用国内镜像)
团队协作开发 会使用到git 进行从码云上将代码下载 下来  and  可以将代码提交上去

方法1.可以直接用git进行

https://blog.csdn.net/biao_feng/article/details/82837111?tdsourcetag=s_pcqq_aiomsg

https://gitee.com/help/articles/4122

方法2.可以使用IDEA中进行使用git

发布了68 篇原创文章 · 获赞 21 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/Taylor_Ocean/article/details/89956815