This commit is contained in:
Looly
2023-04-14 02:01:53 +08:00
parent eb00ed76de
commit 55ee4298e9
3 changed files with 10 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ public class DruidDSFactory extends AbstractDSFactory {
// Druid连接池配置信息规范化属性名
final Props druidProps = new Props();
poolSetting.forEach((key, value)-> druidProps.put(StrUtil.addPrefixIfNot(key, "druid."), value));
ds.configFromPropety(druidProps);
ds.configFromPropeties(druidProps);
//issue#I4ZKCW 某些非属性设置单独设置
// connectionErrorRetryAttempts