From f7c13c1dad847e72e69f921fcd8f66982715663e Mon Sep 17 00:00:00 2001 From: Charles7c Date: Fri, 24 Nov 2023 22:01:53 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=AE=8C=E5=96=84=20README=20=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E6=A8=A1=E5=9D=97=E7=BB=93=E6=9E=84=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 078ff492..82d959c8 100644 --- a/README.md +++ b/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 自动配置) | + ## 贡献代码 ### 分支说明