Commit 74708514 by 共享中心代码生成

Merge branch 'feature_protocol' into 'master'

删除maxidle

See merge request mall/arch/matrix!60
parents 3761d857 03237405
......@@ -14,7 +14,8 @@ public class MatrixDruidDataSourceProperties extends MatrixDataSourceProperties
private Long timeBetweenEvictionRunsMillis = DruidAbstractDataSource.DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS;
private Long timeBetweenLogStatsMillis;
private Integer minIdle=5;
private Integer maxIdle=20;
@Deprecated
private Integer maxIdle;
private Long maxWait = TimeUnit.SECONDS.toMillis(3L);
private Integer statSqlMaxSize;
private Long minEvictableIdleTimeMillis;
......
Markdown is supported
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