change getPropery return to T

This commit is contained in:
Looly
2019-11-09 13:32:59 +08:00
parent 554ab6b20a
commit e168de8622
2 changed files with 12 additions and 18 deletions

View File

@@ -10,6 +10,7 @@
* 【core】 Convert.toList支持[1,2]字符串issue#I149XN@Gitee
* 【core】 修正DateUtil.thisWeekOfMonth注释错误issue#614@Github
* 【core】 DateUtil增加toLocalDate等方法DateTime更好的支持时区
* 【core】 BeanUtil.getProperty返回泛型对象issue#I14PIW@Gitee
### Bug修复
* 【db】 修复MetaUtil.getTableMeta()方法未释放ResultSet的bugissue#I148GH@Gitee