修改提交
This commit is contained in:
parent
62254c9ed0
commit
fa100e2435
@ -29,4 +29,4 @@ spring:
|
|||||||
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
||||||
max-idle: 10 # 连接池中的最大空闲连接
|
max-idle: 10 # 连接池中的最大空闲连接
|
||||||
min-idle: 0 # 连接池中的最小空闲连接
|
min-idle: 0 # 连接池中的最小空闲连接
|
||||||
time-between-eviction-runs: -1 #逐出扫描的时间间隔(毫秒) 如果为负数,则不运行逐出线程, 默认-1
|
time-between-eviction-runs: -1 #逐出扫描的时间间隔(毫秒) 如果为负数,则不运行逐出线程, 默认-1-
|
Loading…
x
Reference in New Issue
Block a user