📝 修改文档

This commit is contained in:
bunny 2025-06-01 22:36:29 +08:00
parent 62a6ae474e
commit af2c9e82f1
2 changed files with 12 additions and 12 deletions

View File

@ -126,13 +126,13 @@ http.authorizeHttpRequests(auth -> auth
``` ```
bunny-auth/ bunny-auth/
├── auth-api # Interface Layer ├── auth-system # System Module
├── auth-core # Core Module ├── core-common # Core and base...
│ ├── config # Security Configuration │ ├── context # Context
│ └── domain # Domain │ └── exception # Exception
│ └── ...... # And more... │ └── ...... # And more...
├── service # Business Implementation ├── domain # Domain
└── dao # Data Persistence Layer └─services # Service and Mapper
``` ```
## 🛠️ Use Cases ## 🛠️ Use Cases

View File

@ -129,13 +129,13 @@ http.authorizeHttpRequests(auth -> auth
``` ```
bunny-auth/ bunny-auth/
├── auth-api # 接口定义层 ├── auth-system # 系统模块
├── auth-core # 核心模块 ├── core-common # 配置和基础模块
│ ├── config # 安全配置 │ ├── exception # exception
│ └── domain # domain │ └── context # context
│ └── ...... # 还要很多... │ └── ...... # 还要很多...
├── service # 业务实现 ├── domain # domain
└── dao # 数据持久层 └─services # 服务和mapper
``` ```
## 🛠️ 应用场景 ## 🛠️ 应用场景