Commit 29af957d6ed982f808e3074c97d9f69a5169bf1d

Authored by lixzh
1 parent def00450

test环境配置

Showing 1 changed file with 1 additions and 1 deletions
user-service.yml
@@ -75,7 +75,7 @@ spring: @@ -75,7 +75,7 @@ spring:
75 max-wait: 100000 75 max-wait: 100000
76 sentinel: 76 sentinel:
77 master: mymaster1 77 master: mymaster1
78 - nodes: redis1:16379,redis2:16379 78 + nodes: redis-server:16379,redis-server:16379
79 79
80 mybatis: 80 mybatis:
81 mapperLocations: classpath:/mybatis/*.xml 81 mapperLocations: classpath:/mybatis/*.xml