📝 修改文档
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/
|
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
|
||||||
|
|
12
ReadMe.md
12
ReadMe.md
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🛠️ 应用场景
|
## 🛠️ 应用场景
|
||||||
|
|
Loading…
Reference in New Issue