Skip to content

Commit

Permalink
优化代码实现,并新增一批属性key的支持
Browse files Browse the repository at this point in the history
优化代码实现,并新增一批属性key的支持
  • Loading branch information
lizongbo committed Jun 16, 2024
1 parent 8da6d85 commit 9ee5125
Show file tree
Hide file tree
Showing 4 changed files with 680 additions and 330 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public void configFromPropety(Properties properties) {
}

public void configFromPropeties(Properties properties) {
DruidDataSourceUtils.configFromPropety(this, properties);
DruidDataSourceUtils.configFromProperties(this, properties);
}

public boolean isKillWhenSocketReadTimeout() {
Expand Down
Loading

0 comments on commit 9ee5125

Please sign in to comment.