作者 RuoYi

配置文件增加redis属性password

@@ -61,6 +61,8 @@ spring: @@ -61,6 +61,8 @@ spring:
61 host: localhost 61 host: localhost
62 # 端口,默认为6379 62 # 端口,默认为6379
63 port: 6379 63 port: 6379
  64 + # 密码
  65 + password:
64 # 连接超时时间 66 # 连接超时时间
65 timeout: 10s 67 timeout: 10s
66 lettuce: 68 lettuce: