Commit 59c0d996a56ed87fb066ae51368f684648eb899c

Authored by luotong
1 parent b385b146

test环境添加redis密码配置

Showing 1 changed file with 1 additions and 0 deletions
class-service.yml
@@ -180,6 +180,7 @@ spring: @@ -180,6 +180,7 @@ spring:
180 database: 0 180 database: 0
181 host: redis-server 181 host: redis-server
182 port: 6379 182 port: 6379
  183 + password: 123456
183 pool: 184 pool:
184 max-idle: 100 185 max-idle: 100
185 min-idle: 10 186 min-idle: 10