From 572e1d0abbafffca18286ad90f23c9fe44ea6d89 Mon Sep 17 00:00:00 2001 From: wujing <297115770@qq.com> Date: Mon, 7 Sep 2020 10:13:17 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 52ebc703f..0dbac034e 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ ### 分支组件使用说明 | 名称 | master分支 | alibaba分支 | |:---|:---|:---| -| 核心组件 | spring cloud netflix | spring cloud alibaba | -| 注册中心 | Eureka | Nacos | -| 配置中心 | Config | Nacos | -| 断路器 | Hystrix | Sentinel | -| 服务网关 | Zuul | Gateway | +| 核心组件 | spring cloud netflix Hoxton.SR3 | spring cloud alibaba 2.2.1.RELEASE | +| 注册中心 | spring cloud netflix eureka | spring cloud alibaba nacos | +| 配置中心 | spring cloud config | spring cloud alibaba nacos | +| 断路器 | spring cloud netflix hystrix | spring cloud alibaba sentinel | +| 服务网关 | spring cloud netflix zuul | spring cloud gateway | --- From 272a389fd0950299c14f068093c2b79e5bc1e00b Mon Sep 17 00:00:00 2001 From: wujing <297115770@qq.com> Date: Mon, 7 Sep 2020 11:43:56 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 0dbac034e..a437724ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-### 分支组件使用说明 +### 分支使用组件说明 | 名称 | master分支 | alibaba分支 | |:---|:---|:---| | 核心组件 | spring cloud netflix Hoxton.SR3 | spring cloud alibaba 2.2.1.RELEASE | @@ -20,18 +20,13 @@ ##### 后台管理工程(roncoo-education-admin):[码云地址](https://gitee.com/roncoocom/roncoo-education-admin) | [Github地址](https://github.com/roncoo/roncoo-education-admin) > roncoo-education-admin是后台管理工程,核心框架:vue-element-admin -### 演示地址(如果对你有用,请给个star!) -| 前端演示地址 | 后台演示地址 | -|---|---| -| [领课教育系统-开源版](http://edu.os.roncoo.com/) | [管理运营后台-开源版](http://edu.os.roncoo.com/admin) | - -### 使用文档(如果对你有用,请给个star!) -##### [领课教育系统-开源版-项目文档](http://doc.os.roncoos.com/) -##### [领课教育系统-MySQL安装](https://blog.roncoo.com/article/1280781211745636354) -##### [领课教育系统-Redis安装](https://blog.roncoo.com/article/1281402533735550977) -##### [领课教育系统-Elasticsearch安装](https://blog.roncoo.com/article/1281405654742323202) -##### [领课教育系统-FastDFS安装](https://blog.roncoo.com/article/1275251133292867586) -##### [项目介绍](https://blog.roncoo.com/article/1105321762337357826) | [部署文档](https://blog.roncoo.com/article/1103554925858197505) | [常见问题](https://blog.roncoo.com/article/1105309620724858882) +--- + +### 项目说明(如果对你有用,请给个star!) +##### [领课教育系统-前端演示地址](http://edu.os.roncoo.com/) | [领课教育系统-后台演示地址](http://edu.os.roncoo.com/admin) +##### [领课教育系统-MySQL安装](https://blog.roncoo.com/article/1280781211745636354) | [领课教育系统-Redis安装](https://blog.roncoo.com/article/1281402533735550977) +##### [领课教育系统-Elasticsearch安装](https://blog.roncoo.com/article/1281405654742323202) | [领课教育系统-FastDFS安装](https://blog.roncoo.com/article/1275251133292867586) +##### [项目文档](http://doc.os.roncoos.com/) | [项目介绍](https://blog.roncoo.com/article/1105321762337357826) | [部署文档](https://blog.roncoo.com/article/1103554925858197505) | [常见问题](https://blog.roncoo.com/article/1105309620724858882) ---