修改:

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

View File

@@ -14,10 +14,20 @@ spring:
# Redis 配置
# todo 需替换配置
redis:
database: 0
database: 1
host: localhost
port: 6379
timeout: 5000
lettuce:
pool:
# 连接池最大连接数
max-active: 200
# 连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait: -1ms
# 连接池中的最大空闲连接
max-idle: 10
# 连接池中的最小空闲连接
min-idle: 0
rabbitmq:
host: localhost
port: 5672