From 954e9e353001d2504fd55e8734de5e5248b231a3 Mon Sep 17 00:00:00 2001 From: AppleOfGray Date: Thu, 16 Feb 2023 04:55:42 +0000 Subject: [PATCH] =?UTF-8?q?update=20sa-token-doc/start/example.md.=20?= =?UTF-8?q?=E5=BE=88=E9=87=8D=E8=A6=81,=20=E7=BE=A4=E9=87=8C=E6=80=BB?= =?UTF-8?q?=E6=9C=89=E4=BA=BA=E6=8F=90=E9=97=AE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sa-token-doc/start/example.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sa-token-doc/start/example.md b/sa-token-doc/start/example.md index 00fc3c97..8d6fd50b 100644 --- a/sa-token-doc/start/example.md +++ b/sa-token-doc/start/example.md @@ -13,6 +13,8 @@ ### 2、添加依赖 在项目中添加依赖: +> 注:如果你使用的 `SpringBoot 3.x`,只需要将 `sa-token-spring-boot-starter` 修改为 `sa-token-spring-boot3-starter` 即可。 + ``` xml @@ -30,7 +32,6 @@ implementation 'cn.dev33:sa-token-spring-boot-starter:${sa.top.version}' ``` -注:如果你使用的 `SpringBoot 3.x`,只需要将 `sa-token-spring-boot-starter` 修改为 `sa-token-spring-boot3-starter` 即可。 Maven依赖一直无法加载成功?[参考解决方案](https://sa-token.cc/doc.html#/start/maven-pull)