将redis database改为0(临时解决办法)

This commit is contained in:
1378012178@qq.com 2025-08-04 15:56:09 +08:00
parent 0c32dd7b71
commit 38baf1bb50
3 changed files with 3 additions and 3 deletions

View File

@ -220,7 +220,7 @@ spring:
# driver-class-name: com.mysql.cj.jdbc.Driver # driver-class-name: com.mysql.cj.jdbc.Driver
#redis 配置 #redis 配置
redis: redis:
database: 3 database: 0
host: redis host: redis
port: 6379 port: 6379
password: uUgrUus4JAYuwxzo password: uUgrUus4JAYuwxzo

View File

@ -220,7 +220,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
#redis 配置 #redis 配置
redis: redis:
database: 4 database: 0
host: redis host: redis
port: 6379 port: 6379
password: uUgrUus4JAYuwxzo password: uUgrUus4JAYuwxzo

View File

@ -220,7 +220,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
#redis 配置 #redis 配置
redis: redis:
database: 5 database: 0
host: redis host: redis
port: 6379 port: 6379
password: uUgrUus4JAYuwxzo password: uUgrUus4JAYuwxzo