mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-21 03:23:43 +08:00
sa-token add login
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user