驱动写入fix

This commit is contained in:
psh
2024-06-12 13:10:15 +08:00
parent ee149a96e0
commit f8da80317c
10 changed files with 166 additions and 64 deletions

View File

@@ -54,7 +54,7 @@ spring:
multi-statement-allow: true
redis:
#数据库索引
database: ${REDIS_DB:5}
database: ${REDIS_DB:2}
host: ${REDIS_HOST:10.44.101.19}
port: ${REDIS_PORT:6379}
password: ${REDIS_PWD:}
@@ -152,7 +152,7 @@ sa-token:
token-session-check-login: false
alone-redis:
# Redis数据库索引默认为0
database: 5
database: 2
# Redis服务器地址
host: 10.44.101.19
# Redis服务器连接端口