CollectorUtil添加支持对值集合进行映射的分组方法

This commit is contained in:
Looly
2022-10-22 22:15:09 +08:00
parent 92003ecbfb
commit 01fc836e56
4 changed files with 98 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
* 【core 】 UrlBuilder增加getPortWithDefault方法pr#835@Gitee
* 【core 】 FuncKeyMap的子类传入可被序列化的keyFuncpr#838@Gitee
* 【extra 】 SpringUtil支持SpringBoot3自动配置pr#839@Gitee
* 【core 】 CollectorUtil添加支持对值集合进行映射的分组方法pr#844@Gitee
### 🐞Bug修复
* 【poi 】 修复ExcelReader读取只有标题行报错问题issue#I5U1JA@Gitee