From 38971353056c21a6a4db2d4434a85e27a9241dcf Mon Sep 17 00:00:00 2001 From: "Ray.Hao" <1490493387@qq.com> Date: Thu, 10 Oct 2024 18:37:23 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=90=8C=E6=AD=A5=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27b6dad6..aaaf6c0e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ logo

youlai-boot

有来技术 - 有来技术 + 有来技术 有来技术 @@ -56,6 +56,12 @@ youlai-boot │ │ ├── result # 结果封装 │ │ └── util # 工具类 │ ├── config # 自动装配配置 +│ │ ├── property # 配置属性 +│ │ │ ├── AliyunSmsProperties # 阿里云短信配置属性 +│ │ │ ├── CaptchaProperties # 验证码配置属性 +│ │ │ ├── CodegenProperties # 文件配置属性 +│ │ │ ├── MailProperties # 邮件配置属性 +│ │ │ ├── SecurityProperties # 安全配置属性 │ │ ├── CorsConfig # 跨域共享配置 │ │ ├── MybatisConfig # Mybatis 自动装配配置 │ │ ├── RedisCacheConfig # Redis 缓存自动装配配置 @@ -76,12 +82,17 @@ youlai-boot │ │ │ ├── MyDataPermissionHandler # 数据权限处理器 │ │ │ └── MyMetaObjectHandler # 元对象字段填充处理器 │ │ └── security # Security 安全中心 -│ ├── module # 公共模块 +│ ├── modules # 业务模块 +│ │ ├── member # 会员模块【业务模块演示】 +│ │ ├── order # 订单模块【业务模块演示】 +│ │ ├── product # 商品模块【业务模块演示】 +│ ├── shared # 共享模块 │ │ ├── auth # 认证模块 │ │ ├── file # 文件模块 -│ │ ├── generator # 代码生成模块 +│ │ ├── codegen # 代码生成模块 │ │ ├── mail # 邮件模块 -│ │ └── sms # 短信模块 +│ │ ├── sms # 短信模块 +│ │ └── websocket # WebSocket 模块 │ ├── system # 系统模块 │ │ ├── controller # 控制层 │ │ ├── converter # MapStruct 转换器