修复Druid连接池无法设置部分属性问题

This commit is contained in:
Looly
2024-01-02 13:22:38 +08:00
6 changed files with 88 additions and 26 deletions

View File

@@ -6,6 +6,7 @@
### 🐣新特性
* 【core 】 WatchServer新增通过Path获取WatchKey方法pr#1145@Gitee
* 【core 】 CopyOptions中增加setAutoTransCamelCase方法issue#3452@Github
### 🐞Bug修复
* 【core 】 修复StrJoin当append内容后调用length()会出现空指针问题issue#3444@Github