|
@@ -98,10 +98,6 @@ spring:
|
|
testOnReturn: false
|
|
testOnReturn: false
|
|
poolPreparedStatements: true
|
|
poolPreparedStatements: true
|
|
maxPoolPreparedStatementPerConnectionSize: 20
|
|
maxPoolPreparedStatementPerConnectionSize: 20
|
|
- # 连接池中的minIdle数量以内的连接,空闲时间超过minEvictableIdleTimeMillis,则会执行keepAlive操作
|
|
|
|
- keepAlive: true
|
|
|
|
- # 允许物理连接最大存活时间,单位是毫秒
|
|
|
|
- phyTimeoutMillis: 25200000
|
|
|
|
|
|
|
|
druid:
|
|
druid:
|
|
webStatFilter:
|
|
webStatFilter:
|