mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
remove invalid
This commit is contained in:
parent
7b23328d3f
commit
fd2756d09b
@ -61,8 +61,6 @@ public class DruidDSFactory extends AbstractDSFactory {
|
||||
ds.configFromPropety(druidProps);
|
||||
|
||||
//issue#I4ZKCW 某些非属性设置单独设置
|
||||
String[] specialKeys = {"druid.connectionErrorRetryAttempts", "druid.breakAfterAcquireFailure"};
|
||||
|
||||
// connectionErrorRetryAttempts
|
||||
final String connectionErrorRetryAttemptsKey = "druid.connectionErrorRetryAttempts";
|
||||
if(druidProps.containsKey(connectionErrorRetryAttemptsKey)){
|
||||
|
Loading…
x
Reference in New Issue
Block a user