Commit b0bb34cfa3d697109058862e4406f5c11c37958a
1 parent
86ca4ace
修改配置
Showing
1 changed file
with
5 additions
and
5 deletions
training-service.yml
| @@ -24,11 +24,11 @@ spring: | @@ -24,11 +24,11 @@ spring: | ||
| 24 | test-on-borrow: true | 24 | test-on-borrow: true |
| 25 | test-while-idle: true | 25 | test-while-idle: true |
| 26 | redis: | 26 | redis: |
| 27 | - pool: | ||
| 28 | - max-idle: 100 | ||
| 29 | - min-idle: 10 | ||
| 30 | - max-active: 1000 | ||
| 31 | - max-wait: 100000 | 27 | + pool: |
| 28 | + max-idle: 100 | ||
| 29 | + min-idle: 10 | ||
| 30 | + max-active: 1000 | ||
| 31 | + max-wait: 100000 | ||
| 32 | 32 | ||
| 33 | redis1: | 33 | redis1: |
| 34 | database: 0 | 34 | database: 0 |