Commit fc3a9aeb6b47771bae5c6437e466aa4b992364a3
1 parent
03f8b6c3
修改development的redis配置
Showing
1 changed file
with
1 additions
and
1 deletions
user-service.yml
| @@ -24,7 +24,7 @@ spring: | @@ -24,7 +24,7 @@ spring: | ||
| 24 | max-wait: 100000 | 24 | max-wait: 100000 |
| 25 | sentinel: | 25 | sentinel: |
| 26 | master: mymaster1 | 26 | master: mymaster1 |
| 27 | - nodes: redis1:16379,redis2:16379 | 27 | + nodes: redis-server:16379,redis-server:16379 |
| 28 | 28 | ||
| 29 | mybatis: | 29 | mybatis: |
| 30 | mapperLocations: classpath:/mybatis/*.xml | 30 | mapperLocations: classpath:/mybatis/*.xml |