📝 修改文档
This commit is contained in:
parent
62a6ae474e
commit
af2c9e82f1
12
ReadMe-en.md
12
ReadMe-en.md
|
@ -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
|
||||
|
|
12
ReadMe.md
12
ReadMe.md
|
@ -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
|
||||
```
|
||||
|
||||
## 🛠️ 应用场景
|
||||
|
|
Loading…
Reference in New Issue