fix: 交互业务

This commit is contained in:
2023-08-14 10:11:08 +08:00
parent 05b8c1a7cd
commit c4883efe34
41 changed files with 1044 additions and 223 deletions

View File

@@ -54,7 +54,6 @@ spring:
multi-statement-allow: true
redis:
#数据库索引
database: ${REDIS_DB:2}
host: ${REDIS_HOST:127.0.0.1}
port: ${REDIS_PORT:6379}
password: ${REDIS_PWD:}
@@ -63,6 +62,7 @@ spring:
threads: 4
nettyThreads: 4
singleServerConfig:
database: 3
connectionMinimumIdleSize: 8
connectionPoolSize: 8
address: redis://127.0.0.1:6379
@@ -163,7 +163,7 @@ sa-token:
token-session-check-login: false
alone-redis:
# Redis数据库索引默认为0
database: 2
database: 8
# Redis服务器地址
host: 127.0.0.1
# Redis服务器连接端口