feat: 集成 satoken jwt

1. 登录成功后返回 jwt token
This commit is contained in:
shizhendong
2024-08-02 17:30:19 +08:00
parent 4b53e78124
commit af0d0e55ca
6 changed files with 104 additions and 24 deletions

View File

@@ -79,6 +79,14 @@
<artifactId>sa-token-spring-boot3-starter</artifactId>
<version>1.37.0</version>
</dependency>
<!-- Sa-Token 整合 jwt -->
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-jwt</artifactId>
<version>1.37.0</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>