From b736f8a4f4c39cb890f1649eafe6549c13856007 Mon Sep 17 00:00:00 2001 From: click33 <2393584716@qq.com> Date: Fri, 3 Apr 2026 12:08:27 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=B0=E5=A2=9E=20MEMO=20sa-token?= =?UTF-8?q?=20pom.xml=20=E4=BE=9D=E8=B5=96=E5=85=B3=E7=B3=BB=E8=8D=89?= =?UTF-8?q?=E7=A8=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1--统一定义properties尝试失败.md | 0 {MEMO => .MEMO}/2--2026-3-1_诡异调试记录.txt | 0 .../3--sa-token_最新版所有依赖.txt | 0 .MEMO/4--sa-token依赖关系草稿.txt | 38 +++++++++++++++++++ 4 files changed, 38 insertions(+) rename {MEMO => .MEMO}/1--统一定义properties尝试失败.md (100%) rename {MEMO => .MEMO}/2--2026-3-1_诡异调试记录.txt (100%) rename {MEMO => .MEMO}/3--sa-token_最新版所有依赖.txt (100%) create mode 100644 .MEMO/4--sa-token依赖关系草稿.txt diff --git a/MEMO/1--统一定义properties尝试失败.md b/.MEMO/1--统一定义properties尝试失败.md similarity index 100% rename from MEMO/1--统一定义properties尝试失败.md rename to .MEMO/1--统一定义properties尝试失败.md diff --git a/MEMO/2--2026-3-1_诡异调试记录.txt b/.MEMO/2--2026-3-1_诡异调试记录.txt similarity index 100% rename from MEMO/2--2026-3-1_诡异调试记录.txt rename to .MEMO/2--2026-3-1_诡异调试记录.txt diff --git a/MEMO/3--sa-token_最新版所有依赖.txt b/.MEMO/3--sa-token_最新版所有依赖.txt similarity index 100% rename from MEMO/3--sa-token_最新版所有依赖.txt rename to .MEMO/3--sa-token_最新版所有依赖.txt diff --git a/.MEMO/4--sa-token依赖关系草稿.txt b/.MEMO/4--sa-token依赖关系草稿.txt new file mode 100644 index 00000000..d59cb0f1 --- /dev/null +++ b/.MEMO/4--sa-token依赖关系草稿.txt @@ -0,0 +1,38 @@ + + + sa-token-bom 定义 sa-token 所有自身依赖的版本 + sa-token-dependencies 定义 sa-token 所有第三方依赖版本,并继承 sa-token-bom + sa-token-spring-boot2-dependencies 定义 spring-boot2 相关依赖版本 + sa-token-spring-boot3-dependencies 定义 spring-boot3 相关依赖版本 + sa-token-spring-boot4-dependencies 定义 spring-boot4 相关依赖版本 + + sa-token-parent 父级 pom.xml 引入 sa-token-dependencies + + + + sa-token-spring-boot-webmvc-reactor-v2v3v4-common import sa-token-spring-boot2-dependencies + + sa-token-spring-boot-starter import sa-token-spring-boot2-dependencies + sa-token-reactor-spring-boot-starter import sa-token-spring-boot2-dependencies + sa-token-spring-boot-webmvc-v3v4-common import sa-token-spring-boot3-dependencies + 引入 sa-token-spring-boot-webmvc-reactor-v2v3v4-common + + + sa-token-spring-boot3-starter import sa-token-spring-boot3-dependencies + sa-token-spring-boot4-starter import sa-token-spring-boot4-dependencies + 引入 sa-token-spring-boot-webmvc-v3v4-common + + + + +A 定义了 , + +B通过如下方式引入 A: + + + A + + + +那么 A 里定义的 ,在 B 里生效吗? +不生效 \ No newline at end of file