添加Sa-Token配置并简单测试
Sync All Branches to GitHub / sync (push) Successful in 3s

This commit is contained in:
hanfuye
2026-01-12 19:00:06 +08:00
parent 2bca8d96d3
commit 1c4a093b46
4 changed files with 54 additions and 1 deletions
+6
View File
@@ -58,6 +58,12 @@
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-3-starter</artifactId>
</dependency>
<!-- sa-token 认证组件 -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot3-starter</artifactId>
</dependency>
</dependencies>
<build>