sa-token add login

This commit is contained in:
lixiaodong
2023-07-12 22:33:33 +08:00
parent c894c3d934
commit 1ad96b81e9
18 changed files with 203 additions and 252 deletions

View File

@@ -49,7 +49,7 @@
</exclusions>
</dependency>
<!-- sa-token -->
<!-- sa-token start -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-spring-boot-starter</artifactId>
@@ -60,6 +60,13 @@
<artifactId>sa-token-redis-jackson</artifactId>
</dependency>
<!-- Sa-Token 整合 jwt -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-jwt</artifactId>
</dependency>
<!-- sa-token end -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>