1 Star 0 Fork 2.3K

xuqing1986 / roncoo-education

forked from 领课网络 / roncoo-education 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

领课教育-领课网络在线教育系统

项目介绍

领课教育是基于领课团队多年的在线教育开发和运营经验的产品,打造一个全行业都适用的在线教育系统。

如果对你有用,请给个star!

相关链接

前端工程(roncoo-education-web):码云地址 | Github地址
配置工程(roncoo-education-config):码云地址 | Github地址
使用文档:码云地址 | Github地址
前端演示地址:领课教育
后台演示地址:管理后台

商业合作

  • 如果想定制开发,我们提供有偿服务支持
  • 如果想运营平台,我们云平台提供平台入驻
  • 商业合作联系QQ:297115770
  • 商业合作联系QQ:513781560
  • 官网地址:http://www.roncoo.net

功能介绍

  • 权限管理功能,多角色多用户自定义配置
  • 系统配置功能,自定义进行站点配置及第三方参数配置
  • 讲师管理功能,讲师申请入驻,后台具有审核功能
  • 课程管理功能,讲师管理自有课程,后台具有审核功能
  • 用户登录功能,同一时间只允许同一个账号在同一个地方登录,防止账号共享
  • 广告管理功能,后台自定义广告设置,增加营销效果
  • 支付功能,系统无缝集成了龙果支付

TODO

  • 动态更新配置(spring cloud bus + kafka + spring cloud config)
  • 日志收集统计(kafka + Elasticsearch + Logstash + Kibana)
  • 链路追踪监控(spring cloud sleuth + kafka + zipkin)

技术选型

核心技术框架 注册中心 服务网关 负载均衡
Spring Cloud Eureka Zuul Feign + Ribbon
断路器 持久层 连接池 缓存
Hystrix Mybatis Druid Redis
模板引擎 日志框架 常用工具 版本维护
Freemarker Logback Hutool Spring IO Platform

流程图说明

  • 系统架构图 系统架构图

  • 课程播放流程 课程播放流程

  • 播放鉴权流程 播放鉴权流程

  • 课程下单流程 课程下单流程

  • 下单回调流程 下单回调流程

项目结构

├─roncoo-education -----------------------------父项目,公共依赖
│  │
│  ├─roncoo-education-course -------------------课程模块,包括订单模块
│  │  │
│  │  ├─roncoo-education-course-common ---------共用工程
│  │  │
│  │  ├─roncoo-education-course-feign ----------接口工程,供其他工程模块使用
│  │  │
│  │  └─roncoo-education-course-service --------服务工程,其他接口服务
│  │
│  ├─roncoo-education-crontab-plan -------------定时任务,处理过期订单和统计等
│  │
│  ├─roncoo-education-gateway-api --------------网关工程
│  │
│  ├─roncoo-education-server-admin -------------监控中心
│  │
│  ├─roncoo-education-server-config ------------配置中心
│  │
│  ├─roncoo-education-server-eureka ------------注册中心
│  │
│  ├─roncoo-education-system -------------------系统基础工程
│  │  │
│  │  ├─roncoo-education-system-common ---------共用工程
│  │  │
│  │  ├─roncoo-education-system-feign ----------接口工程,供其他工程模块使用
│  │  │
│  │  └─roncoo-education-system-service --------服务工程,其他接口服务
│  │
│  ├─roncoo-education-user ---------------------用户工程
│  │  │
│  │  ├─roncoo-education-user-common -----------共用工程
│  │  │
│  │  ├─roncoo-education-user-feign ------------接口工程,供其他工程模块使用
│  │  │
│  │  └─roncoo-education-user-service ----------服务工程,其他接口服务
│  │
│  ├─roncoo-education-web-boss -----------------管理后台工程
│  │
│  ├─doc
│  │  │
│  │  ├─images --------------------------------项目演示截图
│  │  │
│  │  ├─lombok.jar ----------------------------Eclipse使用,放到Eclipse的根目录即可
│  │  │
└──└──└─*.sql----------------------------------项目SQL脚本:带有demo数据

加速maven构建

在maven的settings.xml 文件里配置mirrors的子节点,添加如下mirror

<mirror>
    <id>nexus-aliyun</id>
    <mirrorOf>*</mirrorOf>
    <name>Nexus aliyun</name>
    <url>http://maven.aliyun.com/nexus/content/groups/public</url>
</mirror>

Lombok使用

Lombok是一个可以通过简单的注解形式来帮助我们简化消除一些必须有但显得很臃肿的Java代码的工具,通过使用对应的注解,可以在编译源码的时候生成对应的方法。 官方地址:https://projectlombok.org/

1. Eclipse使用方法

把lombok.jar放入Eclipse的根目录,在eclipse.ini配置文件的最后加上

-javaagent:lombok.jar 

2. IntelliJ IDEA使用方法

安装插件,如图所示

图

官方QQ群(加群免费获取sql脚本)

在线教育系统-领课 826617734

项目推荐

roncoo-recharge:码云地址 | Github地址
roncoo-jui-springboot:码云地址 | Github地址
The MIT License (MIT) Copyright © 2019 lingke Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

领课在线教育开源系统是基于领课团队多年的在线教育开发和运营经验的产品。分布式在线教育系统,采用Spring Cloud为核心框架,Eureka为注册中心,Config为配置中心,SBA为应用监控,Zipkin为链路监控等等。 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/xuqing/roncoo-education.git
git@gitee.com:xuqing/roncoo-education.git
xuqing
roncoo-education
roncoo-education
master

搜索帮助