修改:

1.放行爬大哥登录接口
2.添加 redis 持久化登录 token
3.修改排序名称字段注解信息
4.修改筛选大哥控制类方法名
This commit is contained in:
2025-06-25 21:55:49 +08:00
parent 43ddab223c
commit 273db0b8a1
7 changed files with 30 additions and 9 deletions

12
pom.xml
View File

@@ -54,6 +54,18 @@
<artifactId>sa-token-spring-boot-starter</artifactId>
<version>1.44.0</version>
</dependency>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-redis-template</artifactId>
<version>1.44.0</version>
</dependency>
<!-- 提供 Redis 连接池 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-data-redis</artifactId>