mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-10-09 16:57:10 +08:00
docs: 完善 README 文档模块结构部分内容
This commit is contained in:
10
README.md
10
README.md
@@ -145,6 +145,16 @@ cors:
|
||||
exposed-headers: '*'
|
||||
```
|
||||
|
||||
## 模块结构
|
||||
|
||||
| 模块名称 | 模块作用 |
|
||||
| ------------------------ | ------------------------------------------ |
|
||||
| continew-starter-core | 核心模块(包含跨域、线程池自动配置) |
|
||||
| continew-starter-api-doc | API 文档模块(包含 Knife4j 自动配置) |
|
||||
| continew-starter-json | JSON 模块(包含 Jackson 自动配置) |
|
||||
| continew-starter-cache | 缓存模块(包含 Redisson 自动配置) |
|
||||
| continew-starter-data | 数据访问模块(包含 MyBatis Plus 自动配置) |
|
||||
|
||||
## 贡献代码
|
||||
|
||||
### 分支说明
|
||||
|
Reference in New Issue
Block a user