wei.zhang2 2018-01-03 15:18:03 +08:00
parent 4123da95dc
commit 217da1a7fb
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ spring:
maxWait: 60000
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 300000
validationQuery: SELECT 1
validationQuery: SELECT 1
testWhileIdle: true
testOnBorrow: false
testOnBorrow: true
testOnReturn: false
poolPreparedStatements: true
maxPoolPreparedStatementPerConnectionSize: 20