wei.zhang2 2018-01-03 09:10:28 +08:00
parent 3bf428400b
commit 4123da95dc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ spring:
maxWait: 60000
timeBetweenEvictionRunsMillis: 60000
minEvictableIdleTimeMillis: 300000
validationQuery: SELECT 1 FROM DUAL
validationQuery: SELECT 1
testWhileIdle: true
testOnBorrow: false
testOnReturn: false