Commit 7010c6faac3b121e913c604b34ae1d8e1b42806c

Authored by luotong
1 parent 59c0d996

添加test环境redis密码配置

Showing 1 changed file with 1 additions and 0 deletions
user-service.yml
@@ -96,6 +96,7 @@ spring: @@ -96,6 +96,7 @@ spring:
96 database: 0 96 database: 0
97 host: redis-server 97 host: redis-server
98 port: 6379 98 port: 6379
  99 + password: 123456
99 pool: 100 pool:
100 max-idle: 100 101 max-idle: 100
101 min-idle: 10 102 min-idle: 10