fix ReflectUtil

This commit is contained in:
Looly
2019-12-18 10:00:57 +08:00
parent c62ede5276
commit 7ffdc2c473
3 changed files with 34 additions and 17 deletions

View File

@@ -11,6 +11,7 @@
* 【core 】 改进Bean判断和注入逻辑支持public字段注入issue#I1689L@Gitee
* 【extra】 新增SpringUtil
* 【http 】 Get请求支持body移除bodyJSON方法issue#671@Github
* 【core 】 ReflectUtil修正getFieldValue逻辑防止歧义
### Bug修复