Commit fc83fb78921d55e74f0c89f0f3fb49da658347d9

Authored by luotong
1 parent eb65b23c

开发环境添加reids密码配置

Showing 1 changed file with 1 additions and 0 deletions
user-service.yml
@@ -25,6 +25,7 @@ spring: @@ -25,6 +25,7 @@ spring:
25 database: 0 25 database: 0
26 host: redis-server 26 host: redis-server
27 port: 6379 27 port: 6379
  28 + password: 123456
28 pool: 29 pool:
29 max-idle: 100 30 max-idle: 100
30 min-idle: 10 31 min-idle: 10