update 更新 redis 密码策略

This commit is contained in:
疯狂的狮子Li 2024-07-03 11:43:59 +08:00
parent 0fbb96c4ac
commit ebb7242b71
2 changed files with 4 additions and 4 deletions

View File

@ -96,8 +96,8 @@ spring.data:
port: 6379 port: 6379
# 数据库索引 # 数据库索引
database: 0 database: 0
# 密码(如没有密码请注释掉) # redis 密码必须配置
# password: password: ruoyi123
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
# 是否开启ssl # 是否开启ssl

View File

@ -99,8 +99,8 @@ spring.data:
port: 6379 port: 6379
# 数据库索引 # 数据库索引
database: 0 database: 0
# 密码(如没有密码请注释掉) # redis 密码必须配置
# password: password: ruoyi123
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
# 是否开启ssl # 是否开启ssl