配置文件增加redis属性password
This commit is contained in:
parent
554beaf6e7
commit
891062a7de
|
@ -61,6 +61,8 @@ spring:
|
||||||
host: localhost
|
host: localhost
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 6379
|
port: 6379
|
||||||
|
# 密码
|
||||||
|
password:
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
lettuce:
|
lettuce:
|
||||||
|
|
Loading…
Reference in New Issue