docs: 更新项目目录说明

This commit is contained in:
ray
2024-09-11 08:14:17 +08:00
parent 037aca754d
commit c7b593d85e

View File

@@ -3,7 +3,7 @@
<img alt="logo" width="100" height="100" src="https://foruda.gitee.com/images/1724259461244885014/4de96569_716974.png"> <img alt="logo" width="100" height="100" src="https://foruda.gitee.com/images/1724259461244885014/4de96569_716974.png">
<h2>youlai-boot</h2> <h2>youlai-boot</h2>
<img alt="有来技术" src="https://img.shields.io/badge/Java -17-brightgreen.svg"/> <img alt="有来技术" src="https://img.shields.io/badge/Java -17-brightgreen.svg"/>
<img alt="有来技术" src="https://img.shields.io/badge/SpringBoot-3.3.0-green.svg"/> <img alt="有来技术" src="https://img.shields.io/badge/SpringBoot-3.3.2-green.svg"/>
<a href="https://gitee.com/youlaiorg/youlai-boot" target="_blank"> <a href="https://gitee.com/youlaiorg/youlai-boot" target="_blank">
<img alt="有来技术" src="https://gitee.com/youlaiorg/youlai-boot/badge/star.svg"/> <img alt="有来技术" src="https://gitee.com/youlaiorg/youlai-boot/badge/star.svg"/>
</a> </a>
@@ -65,7 +65,7 @@ youlai-boot
│ │ ├── WebMvcConfig # WebMvc 配置 │ │ ├── WebMvcConfig # WebMvc 配置
│ │ ├── WebSocketConfig # WebSocket 自动装配配置 │ │ ├── WebSocketConfig # WebSocket 自动装配配置
│ │ └── XxlJobConfig # XXL-JOB 自动装配配置 │ │ └── XxlJobConfig # XXL-JOB 自动装配配置
│ ├── core # 核心功能模块 │ ├── core # 核心功能
│ │ ├── aspect # 切面 │ │ ├── aspect # 切面
│ │ │ ├── LogAspect # 日志切面 │ │ │ ├── LogAspect # 日志切面
│ │ │ └── RepeatSubmitAspect # 防重提交切面 │ │ │ └── RepeatSubmitAspect # 防重提交切面
@@ -76,12 +76,12 @@ youlai-boot
│ │ │ ├── MyDataPermissionHandler # 数据权限处理器 │ │ │ ├── MyDataPermissionHandler # 数据权限处理器
│ │ │ └── MyMetaObjectHandler # 元对象字段填充处理器 │ │ │ └── MyMetaObjectHandler # 元对象字段填充处理器
│ │ └── security # Security 安全中心 │ │ └── security # Security 安全中心
│ ├── platform # 平台基础设施模块 │ ├── module # 公共模块
│ │ ├── auth # 授权 │ │ ├── auth # 认证模块
│ │ ├── file # 文件处理 │ │ ├── file # 文件模块
│ │ ├── generator # 代码生成 │ │ ├── generator # 代码生成模块
│ │ ├── mail # 邮件处理 │ │ ├── mail # 邮件模块
│ │ └── sms # 短信处理 │ │ └── sms # 短信模块
│ ├── system # 系统模块 │ ├── system # 系统模块
│ │ ├── controller # 控制层 │ │ ├── controller # 控制层
│ │ ├── converter # MapStruct 转换器 │ │ ├── converter # MapStruct 转换器