📝 修改文档

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/
├── auth-api # Interface Layer
├── auth-core # Core Module
│ ├── config # Security Configuration
│ └── domain # Domain
├── auth-system # System Module
├── core-common # Core and base...
│ ├── context # Context
│ └── exception # Exception
│ └── ...... # And more...
├── service # Business Implementation
└── dao # Data Persistence Layer
├── domain # Domain
└─services # Service and Mapper
```
## 🛠️ Use Cases

View File

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