master
parent
4123da95dc
commit
217da1a7fb
|
|
@ -10,9 +10,9 @@ spring:
|
||||||
maxWait: 60000
|
maxWait: 60000
|
||||||
timeBetweenEvictionRunsMillis: 60000
|
timeBetweenEvictionRunsMillis: 60000
|
||||||
minEvictableIdleTimeMillis: 300000
|
minEvictableIdleTimeMillis: 300000
|
||||||
validationQuery: SELECT 1
|
validationQuery: SELECT 1
|
||||||
testWhileIdle: true
|
testWhileIdle: true
|
||||||
testOnBorrow: false
|
testOnBorrow: true
|
||||||
testOnReturn: false
|
testOnReturn: false
|
||||||
poolPreparedStatements: true
|
poolPreparedStatements: true
|
||||||
maxPoolPreparedStatementPerConnectionSize: 20
|
maxPoolPreparedStatementPerConnectionSize: 20
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue