From c7b593d85ef4502365282f5dfec80ef5ec3fd060 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Wed, 11 Sep 2024 08:14:17 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 97a1b18b..27b6dad6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ logo

youlai-boot

有来技术 - 有来技术 + 有来技术 有来技术 @@ -65,7 +65,7 @@ youlai-boot │ │ ├── WebMvcConfig # WebMvc 配置 │ │ ├── WebSocketConfig # WebSocket 自动装配配置 │ │ └── XxlJobConfig # XXL-JOB 自动装配配置 -│ ├── core # 核心功能模块 +│ ├── core # 核心功能 │ │ ├── aspect # 切面 │ │ │ ├── LogAspect # 日志切面 │ │ │ └── RepeatSubmitAspect # 防重提交切面 @@ -76,12 +76,12 @@ youlai-boot │ │ │ ├── MyDataPermissionHandler # 数据权限处理器 │ │ │ └── MyMetaObjectHandler # 元对象字段填充处理器 │ │ └── security # Security 安全中心 -│ ├── platform # 平台基础设施模块 -│ │ ├── auth # 授权 -│ │ ├── file # 文件处理 -│ │ ├── generator # 代码生成器 -│ │ ├── mail # 邮件处理 -│ │ └── sms # 短信处理 +│ ├── module # 公共模块 +│ │ ├── auth # 认证模块 +│ │ ├── file # 文件模块 +│ │ ├── generator # 代码生成模块 +│ │ ├── mail # 邮件模块 +│ │ └── sms # 短信模块 │ ├── system # 系统模块 │ │ ├── controller # 控制层 │ │ ├── converter # MapStruct 转换器