From af2c9e82f1fafdb11384b2a41d1d49dcf41e17a1 Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Sun, 1 Jun 2025 22:36:29 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReadMe-en.md | 12 ++++++------ ReadMe.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ReadMe-en.md b/ReadMe-en.md index 3d8368c..e82f333 100644 --- a/ReadMe-en.md +++ b/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 diff --git a/ReadMe.md b/ReadMe.md index 26aa4b4..5c41fd6 100644 --- a/ReadMe.md +++ b/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 ``` ## 🛠️ 应用场景