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)