BeanUtil.getFieldValue suuport coll return

This commit is contained in:
Looly
2021-01-25 00:00:46 +08:00
parent 97ed8ca46a
commit b65be102ea
4 changed files with 71 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
* 【cache 】 缓存降低锁的粒度提高并发能力pr#1385@Github
* 【core 】 SimpleCache缓存降低锁的粒度提高并发能力pr#1385@Github
* 【core 】 增加RadixUtilpr#260@Gitee
* 【core 】 BeanUtil.getFieldValue支持获取字段集合pr#254@Gitee
### Bug修复
* 【core 】 修复FileUtil.move以及PathUtil.copy等无法自动创建父目录的问题issue#I2CKTI@Gitee