update 增加 redis 无密码使用说明

2.X
疯狂的狮子li 2022-05-23 11:23:25 +08:00
parent 20b5ba45e4
commit fded2137bc
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ spring:
redis: redis:
host: localhost host: localhost
port: 6379 port: 6379
password: # 密码(如没有密码请注释掉)
# password:
database: 0 database: 0
timeout: 10s timeout: 10s
ssl: false ssl: false