📝 修改文档
This commit is contained in:
parent
731c544082
commit
91faa6c566
|
@ -127,11 +127,12 @@ http.authorizeHttpRequests(auth -> auth
|
||||||
```
|
```
|
||||||
bunny-auth/
|
bunny-auth/
|
||||||
├── auth-system # System Module
|
├── auth-system # System Module
|
||||||
├── auth-core # Core Module
|
├── core-common # Core and base...
|
||||||
│ ├── config # Security Configuration
|
│ ├── context # Context
|
||||||
│ └── exception # exception
|
│ └── exception # Exception
|
||||||
│ └── ...... # And more...
|
│ └── ...... # And more...
|
||||||
├── domain # Domain
|
├── domain # Domain
|
||||||
|
└─services # Service and Mapper
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🛠️ Use Cases
|
## 🛠️ Use Cases
|
||||||
|
|
|
@ -130,11 +130,12 @@ http.authorizeHttpRequests(auth -> auth
|
||||||
```
|
```
|
||||||
bunny-auth/
|
bunny-auth/
|
||||||
├── auth-system # 系统模块
|
├── auth-system # 系统模块
|
||||||
├── auth-core # 核心模块
|
├── core-common # 配置和基础模块
|
||||||
│ ├── config # 安全配置
|
│ ├── exception # exception
|
||||||
│ └── exception # exception
|
│ └── context # context
|
||||||
│ └── ...... # 还要很多...
|
│ └── ...... # 还要很多...
|
||||||
├── domain # domain
|
├── domain # domain
|
||||||
|
└─services # 服务和mapper
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🛠️ 应用场景
|
## 🛠️ 应用场景
|
||||||
|
|
Loading…
Reference in New Issue