将token令牌存入redis,确保安全性

This commit is contained in:
KilLze
2026-01-01 21:26:09 +08:00
parent 3d8a32cbf7
commit a004982355
4 changed files with 65 additions and 0 deletions

View File

@@ -26,6 +26,11 @@
<version>3.5.10</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>