From 91faa6c5668ef034453d581f50366bd3bba19293 Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Sun, 1 Jun 2025 22:36:35 +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 | 7 ++++--- ReadMe.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ReadMe-en.md b/ReadMe-en.md index 0f780f6..e82f333 100644 --- a/ReadMe-en.md +++ b/ReadMe-en.md @@ -127,11 +127,12 @@ http.authorizeHttpRequests(auth -> auth ``` bunny-auth/ ├── auth-system # System Module -├── auth-core # Core Module -│ ├── config # Security Configuration -│ └── exception # exception +├── core-common # Core and base... +│ ├── context # Context +│ └── exception # Exception │ └── ...... # And more... ├── domain # Domain +└─services # Service and Mapper ``` ## 🛠️ Use Cases diff --git a/ReadMe.md b/ReadMe.md index 128aae5..5c41fd6 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -130,11 +130,12 @@ http.authorizeHttpRequests(auth -> auth ``` bunny-auth/ ├── auth-system # 系统模块 -├── auth-core # 核心模块 -│ ├── config # 安全配置 -│ └── exception # exception +├── core-common # 配置和基础模块 +│ ├── exception # exception +│ └── context # context │ └── ...... # 还要很多... ├── domain # domain +└─services # 服务和mapper ``` ## 🛠️ 应用场景