add public field support

This commit is contained in:
Looly
2019-12-09 17:02:27 +08:00
parent bddb97704e
commit dc94761c43
7 changed files with 97 additions and 35 deletions

View File

@@ -8,6 +8,7 @@
### 新特性
* 【core 】 新增WatchServerissue#440@Github
* 【core 】 ReflectUtil.getFieldValue支持staticissue#662@Github
* 【core 】 改进Bean判断和注入逻辑支持public字段注入issue#I1689L@Gitee
### Bug修复