Commit 741f909f by guo_minglei@163.com

redis修改连接信息

parent 916f518a
...@@ -21,7 +21,7 @@ spring: ...@@ -21,7 +21,7 @@ spring:
password: password:
pool: pool:
max-active: 8 max-active: 8
max-wait: 30 max-wait: -1
max-idle: 8 max-idle: 8
min-idle: 0 min-idle: 0
timeout: 60000 timeout: 60000
......
...@@ -21,7 +21,7 @@ spring: ...@@ -21,7 +21,7 @@ spring:
password: password:
pool: pool:
max-active: 8 max-active: 8
max-wait: 30 max-wait: -1
max-idle: 8 max-idle: 8
min-idle: 0 min-idle: 0
timeout: 60000 timeout: 60000
......
...@@ -21,7 +21,7 @@ spring: ...@@ -21,7 +21,7 @@ spring:
password: password:
pool: pool:
max-active: 8 max-active: 8
max-wait: 30 max-wait: -1
max-idle: 8 max-idle: 8
min-idle: 0 min-idle: 0
timeout: 60000 timeout: 60000
......
...@@ -21,7 +21,7 @@ spring: ...@@ -21,7 +21,7 @@ spring:
password: password:
pool: pool:
max-active: 8 max-active: 8
max-wait: 30 max-wait: -1
max-idle: 8 max-idle: 8
min-idle: 0 min-idle: 0
timeout: 60000 timeout: 60000
......
...@@ -25,7 +25,7 @@ spring: ...@@ -25,7 +25,7 @@ spring:
password: password:
pool: pool:
max-active: 8 max-active: 8
max-wait: 1 max-wait: -1
max-idle: 8 max-idle: 8
min-idle: 0 min-idle: 0
timeout: 60000 timeout: 60000
...@@ -25,7 +25,7 @@ spring: ...@@ -25,7 +25,7 @@ spring:
password: password:
pool: pool:
max-active: 8 max-active: 8
max-wait: 1 max-wait: -1
max-idle: 8 max-idle: 8
min-idle: 0 min-idle: 0
timeout: 0 timeout: 0
...@@ -26,7 +26,7 @@ spring: ...@@ -26,7 +26,7 @@ spring:
password: password:
pool: pool:
max-active: 8 max-active: 8
max-wait: 1 max-wait: -1
max-idle: 8 max-idle: 8
min-idle: 0 min-idle: 0
timeout: 0 timeout: 0
\ No newline at end of file
...@@ -26,7 +26,7 @@ spring: ...@@ -26,7 +26,7 @@ spring:
password: password:
pool: pool:
max-active: 8 max-active: 8
max-wait: 1 max-wait: -1
max-idle: 8 max-idle: 8
min-idle: 0 min-idle: 0
timeout: 0 timeout: 0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment