This commit is contained in:
Looly
2020-03-18 17:18:38 +08:00
parent 4663e0d175
commit d330c489b3
5 changed files with 177 additions and 111 deletions

View File

@@ -13,7 +13,7 @@
* 【core 】 XmlUtil增加xmlToBean和beanToXml方法
* 【db 】 设置全局忽略大小写DbUtil.setCaseInsensitiveGlobal(true)issue#784@Github
* 【core 】 增加CallerUtil.getCallerMethodName方法
* 【core 】 Tree增加getParent方法可以获取父节点
* 【core 】 Tree增加getParent方法可以获取父节点抽象Node接口
### Bug修复
* 【core 】 修复TypeUtil无法获取泛型接口的泛型参数问题issue#I1BRFI@Gitee