diff --git a/README.md b/README.md
index 9453fe9dc..92bb6ef4c 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,19 @@
-
-一个各行业都适用的分布式在线教育系统
-
-* 系统功能通用,无论是个人还是企业都可以利用该系统快速搭建一个属于自己的在线教育平台。
-* 系统采用MIT开源协议,可以在商业项目中免费使用或者二次开发而不必支付任何费用。
-* 所有使用到的框架或者组件都是基于开源项目,代码保证100%开源。
-* 如需商业技术服务支持,可使用[领课教育系统商业版](https://edu.roncoo.net/),功能更丰富,全程指导,上线更快速。
+一个各行业都适用的分布式在线教育系统
### 相关工程
##### 领课教育系统(roncoo-education):[码云地址](https://gitee.com/roncoocom/roncoo-education) | [Github地址](https://github.com/roncoo/roncoo-education)
+> roncoo-education是后台工程,核心框架:Spring Cloud
+
##### 前端门户工程(roncoo-education-web):[码云地址](https://gitee.com/roncoocom/roncoo-education-web) | [Github地址](https://github.com/roncoo/roncoo-education-web)
+> roncoo-education-web是前端门户工程,核心框架:Vuejs + Nuxt.js
+
##### 后台管理工程(roncoo-education-admin):[码云地址](https://gitee.com/roncoocom/roncoo-education-admin) | [Github地址](https://github.com/roncoo/roncoo-education-admin)
-> 领课教育系统采用前后端分离架构,前端为独立工程。
-roncoo-education是后台工程,核心框架:Spring Cloud
-roncoo-education-web是前端门户工程,核心框架:Vuejs + Nuxt.js
-roncoo-education-admin是后台管理工程,核心框架:vue-element-admin
+> roncoo-education-admin是后台管理工程,核心框架:vue-element-admin
+
+* 系统功能通用,无论是个人还是企业都可以利用该系统快速搭建一个属于自己的在线教育平台。
+* 系统采用MIT开源协议,可以在商业项目中免费使用或者二次开发而不必支付任何费用。
+* 所有使用到的框架或者组件都是基于开源项目,代码保证100%开源。
+* 如需商业技术服务支持,可使用[领课教育系统商业版](https://edu.roncoo.net/),功能更丰富,全程指导,上线更快速。
### 项目介绍(如果对你有用,请给个star!)
领课教育系统(roncoo-education)是基于领课网络多年的在线教育平台开发和运营经验打造出来的产品,致力于打造一个各行业都适用的分布式在线教育系统。系统采用前后端分离模式,前台采用vue.js为核心框架,后台采用Spring Cloud为核心框架。系统目前主要功能有课程点播功能,支持多家视频云的接入,课程附件管理功能,支持多家存储云的接入,讲师管理功能,支持讲师入驻功能,可以帮助个人或者企业快速搭建一个轻量级的在线教育平台。
@@ -40,8 +40,6 @@ roncoo-education-admin是后台管理工程,核心框架:vue-element-admin
### 使用文档
##### [项目介绍](https://blog.roncoo.com/article/1105321762337357826) | [部署文档](https://blog.roncoo.com/article/1103554925858197505) | [常见问题](https://blog.roncoo.com/article/1105309620724858882)
-如需服务器部署领课教育系统进行研究学习,可加微信(18302045627)申请获取由【[IT云 www.doityun.com](https://www.doityun.com/)】免费提供的1台2核CPU、8G内存、20G磁盘的学习专用云服务器,免费使用时长为1个月。
-
### 官方QQ群(加群免费获取sql脚本)
1028579521 可加
diff --git a/UPDATE.md b/UPDATE.md
index 94c732922..c23106c88 100644
--- a/UPDATE.md
+++ b/UPDATE.md
@@ -1,9 +1,9 @@
### 版本升级日志
---
-###### v6.1.0-SNAPSHOT -- 接下来
-1. 增加视频、图片、文件本地存储功能
-2. 增加视频本地播放功能
-3. 修改bug和漏洞若干
+###### v6.1.0-RELEASE
+1. 整理优化演示数据
+2. 修复课程简介为空不显示课程信息
+3.
###### v6.0.0-RELEASE -- 2020.01.28
1. 修改网关配置开发环境地址与测试环境地址一致
diff --git a/pom.xml b/pom.xml
index 8fb6758f4..67602836c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.roncoo
roncoo-education
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
pom
roncoo-education
diff --git a/roncoo-education-course/pom.xml b/roncoo-education-course/pom.xml
index 623a28bc7..24d00afae 100644
--- a/roncoo-education-course/pom.xml
+++ b/roncoo-education-course/pom.xml
@@ -5,7 +5,7 @@
com.roncoo
roncoo-education
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-course
diff --git a/roncoo-education-course/roncoo-education-course-feign/pom.xml b/roncoo-education-course/roncoo-education-course-feign/pom.xml
index 7f5e07691..77f91f703 100644
--- a/roncoo-education-course/roncoo-education-course-feign/pom.xml
+++ b/roncoo-education-course/roncoo-education-course-feign/pom.xml
@@ -5,7 +5,7 @@
com.roncoo
roncoo-education-course
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-course-feign
diff --git a/roncoo-education-course/roncoo-education-course-service/pom.xml b/roncoo-education-course/roncoo-education-course-service/pom.xml
index 592f4e7ff..57fea235e 100644
--- a/roncoo-education-course/roncoo-education-course-service/pom.xml
+++ b/roncoo-education-course/roncoo-education-course-service/pom.xml
@@ -7,7 +7,7 @@
com.roncoo
roncoo-education-course
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-course-service
diff --git a/roncoo-education-gateway/pom.xml b/roncoo-education-gateway/pom.xml
index 32123e218..b392f7d59 100644
--- a/roncoo-education-gateway/pom.xml
+++ b/roncoo-education-gateway/pom.xml
@@ -5,7 +5,7 @@
com.roncoo
roncoo-education
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-gateway
diff --git a/roncoo-education-job/pom.xml b/roncoo-education-job/pom.xml
index fd6a59f2c..b5963b6bf 100644
--- a/roncoo-education-job/pom.xml
+++ b/roncoo-education-job/pom.xml
@@ -6,7 +6,7 @@
com.roncoo
roncoo-education
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-job
diff --git a/roncoo-education-server-admin/pom.xml b/roncoo-education-server-admin/pom.xml
index 0167901b6..7c525f633 100644
--- a/roncoo-education-server-admin/pom.xml
+++ b/roncoo-education-server-admin/pom.xml
@@ -4,7 +4,7 @@
com.roncoo
roncoo-education
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-server-admin
diff --git a/roncoo-education-server-config/pom.xml b/roncoo-education-server-config/pom.xml
index 971cba829..306a25de8 100644
--- a/roncoo-education-server-config/pom.xml
+++ b/roncoo-education-server-config/pom.xml
@@ -4,7 +4,7 @@
com.roncoo
roncoo-education
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-server-config
diff --git a/roncoo-education-server-eureka/pom.xml b/roncoo-education-server-eureka/pom.xml
index 5f433cbfe..0d7db12a7 100644
--- a/roncoo-education-server-eureka/pom.xml
+++ b/roncoo-education-server-eureka/pom.xml
@@ -5,7 +5,7 @@
com.roncoo
roncoo-education
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-server-eureka
diff --git a/roncoo-education-system/pom.xml b/roncoo-education-system/pom.xml
index 0f1ae2f2e..a0911c437 100644
--- a/roncoo-education-system/pom.xml
+++ b/roncoo-education-system/pom.xml
@@ -5,7 +5,7 @@
com.roncoo
roncoo-education
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-system
diff --git a/roncoo-education-system/roncoo-education-system-feign/pom.xml b/roncoo-education-system/roncoo-education-system-feign/pom.xml
index 351da3d57..244f84c60 100644
--- a/roncoo-education-system/roncoo-education-system-feign/pom.xml
+++ b/roncoo-education-system/roncoo-education-system-feign/pom.xml
@@ -6,7 +6,7 @@
com.roncoo
roncoo-education-system
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-system-feign
diff --git a/roncoo-education-system/roncoo-education-system-service/pom.xml b/roncoo-education-system/roncoo-education-system-service/pom.xml
index d40bd4eeb..7aa226cdb 100644
--- a/roncoo-education-system/roncoo-education-system-service/pom.xml
+++ b/roncoo-education-system/roncoo-education-system-service/pom.xml
@@ -5,7 +5,7 @@
com.roncoo
roncoo-education-system
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-system-service
diff --git a/roncoo-education-user/pom.xml b/roncoo-education-user/pom.xml
index 57a571d0b..ddeed7639 100644
--- a/roncoo-education-user/pom.xml
+++ b/roncoo-education-user/pom.xml
@@ -5,7 +5,7 @@
com.roncoo
roncoo-education
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-user
diff --git a/roncoo-education-user/roncoo-education-user-feign/pom.xml b/roncoo-education-user/roncoo-education-user-feign/pom.xml
index 09b5716bf..d448a81ed 100644
--- a/roncoo-education-user/roncoo-education-user-feign/pom.xml
+++ b/roncoo-education-user/roncoo-education-user-feign/pom.xml
@@ -5,7 +5,7 @@
com.roncoo
roncoo-education-user
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-user-feign
diff --git a/roncoo-education-user/roncoo-education-user-service/pom.xml b/roncoo-education-user/roncoo-education-user-service/pom.xml
index dccb86434..22003236d 100644
--- a/roncoo-education-user/roncoo-education-user-service/pom.xml
+++ b/roncoo-education-user/roncoo-education-user-service/pom.xml
@@ -5,7 +5,7 @@
com.roncoo
roncoo-education-user
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-user-service
diff --git a/roncoo-education-util/pom.xml b/roncoo-education-util/pom.xml
index 7a42563fb..fa6c5f8dc 100644
--- a/roncoo-education-util/pom.xml
+++ b/roncoo-education-util/pom.xml
@@ -6,7 +6,7 @@
com.roncoo
roncoo-education
- 6.0.0-RELEASE
+ 6.1.0-RELEASE
roncoo-education-util