Commit d96053b6 authored by Suncos's avatar Suncos
Browse files

no commit message

parent 701d2645
......@@ -78,6 +78,8 @@ spring:
# 配置一个连接在池中最小生存的时间,单位是毫秒
minEvictableIdleTimeMillis: 30000
validationQuery: SELECT 'x' FROM DUAL
#SqlServer要配置为 select 1
#validationQuery: select 1
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
......
Supports Markdown
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