redis 连接地址

This commit is contained in:
2024-04-29 10:01:17 +08:00
parent 5ac93618a6
commit 066666d168
2 changed files with 9 additions and 12 deletions

View File

@@ -31,12 +31,12 @@ spring:
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
show_sql: true
redisdb5:
#数据库索引
database: ${REDIS_DB:5}
host: ${REDIS_HOST:127.0.0.1}
port: ${REDIS_PORT:6379}
password: ${REDIS_PWD:111111}
# redisdb5:
# #数据库索引
# database: ${REDIS_DB:5}
# host: ${REDIS_HOST:127.0.0.1}
# port: ${REDIS_PORT:6379}
# password: ${REDIS_PWD:111111}
redis:
#数据库索引