提交 83b24810 编写于 作者: F fengyongwei

修改

上级 ed7a9325
<div align=center><img src="doc/images/logo.jpg"/></div>
<h1 align=center>一个各行业都适用的分布式在线教育系统</h1>
* 系统功能通用,无论是个人还是企业都可以利用该系统快速搭建一个属于自己的在线教育平台。
* 系统采用MIT开源协议,可以在商业项目中免费使用或者二次开发而不必支付任何费用。
* 所有使用到的框架或者组件都是基于开源项目,代码保证100%开源。
* 如需商业技术服务支持,可使用[领课教育系统商业版](https://edu.roncoo.net/),功能更丰富,全程指导,上线更快速。
<div align=center><img src="doc/images/logo.jpg"/>一个各行业都适用的分布式在线教育系统</div>
### 相关工程
##### 领课教育系统(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脚本)
<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=6b66a953c914f45131bd8bd0936a410cc58b3820d8828ed8f9ad884ada667873"><img border="0" src="https://pub.idqqimg.com/wpa/images/group.png" alt="在线教育系统-领课⑦" title="在线教育系统-领课⑦"> 1028579521</a> 可加
......
### 版本升级日志
---
###### v6.1.0-SNAPSHOT -- 接下来
1. 增加视频、图片、文件本地存储功能
2. 增加视频本地播放功能
3. 修改bug和漏洞若干
###### v6.1.0-RELEASE
1. 整理优化演示数据
2. 修复课程简介为空不显示课程信息
3.
###### v6.0.0-RELEASE -- 2020.01.28
1. 修改网关配置开发环境地址与测试环境地址一致
......
......@@ -5,7 +5,7 @@
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
<packaging>pom</packaging>
<name>roncoo-education</name>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-course</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education-course</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-course-feign</artifactId>
......
......@@ -7,7 +7,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education-course</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-course-service</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-gateway</artifactId>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-job</artifactId>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-server-admin</artifactId>
......
......@@ -4,7 +4,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-server-config</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-server-eureka</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-system</artifactId>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education-system</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-system-feign</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education-system</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-system-service</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-user</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education-user</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-user-feign</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education-user</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-user-service</artifactId>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>com.roncoo</groupId>
<artifactId>roncoo-education</artifactId>
<version>6.0.0-RELEASE</version>
<version>6.1.0-RELEASE</version>
</parent>
<artifactId>roncoo-education-util</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册