Commit c61d52115448c0fafc61742221818d3ffe8ab3d0
1 parent
374483cd
order reds 修改
Showing
1 changed file
with
3 additions
and
3 deletions
order-service.yml
| ... | ... | @@ -301,9 +301,9 @@ spring: |
| 301 | 301 | min-idle: 10 |
| 302 | 302 | max-active: 1000 |
| 303 | 303 | max-wait: 100000 |
| 304 | - sentinel: | |
| 305 | - master: mymaster1 | |
| 306 | - nodes: redis1:16379,redis2:16379 | |
| 304 | + #sentinel: | |
| 305 | + #master: mymaster1 | |
| 306 | + #nodes: redis1:16379,redis2:16379 | |
| 307 | 307 | |
| 308 | 308 | mybatis: |
| 309 | 309 | mapperLocations: classpath:/mybatis/*.xml | ... | ... |