Commit 3d3dede1 authored by Suncos's avatar Suncos
Browse files

no commit message

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