Skip to content

Commit

Permalink
增加工程说明
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyws committed May 24, 2021
1 parent 3b8acb8 commit d3a3398
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
---
###### v10.0.0-RELEASE
1. 增加视频类型和存储类型的说明
2. 增加工程的模块说明

---
###### v9.0.0-RELEASE
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<div align=center><img src="logo.jpg"/></div>

```
roncoo-education
├── roncoo-education-app-gateway 网关服务:所有请求的入口,主要实现权限校验和请求转发
├── roncoo-education-app-job 定时任务:实现分布式任务调度功能,主要实现订单超时处理等
├── roncoo-education-app-sba 应用监控:基于Spring Boot Admin(不启动,不影响功能)
├── roncoo-education-app-course 课程服务
├── roncoo-education-app-system 系统服务
├── roncoo-education-app-user 用户服务
└── roncoo-education-util 公共工具类,抽取的工具类包
```
### 项目分支使用组件说明
| 名称 | 主分支(Alibaba分支) | Nextfile分支 |
|:---|:---|:---|
Expand Down

0 comments on commit d3a3398

Please sign in to comment.