add method

This commit is contained in:
Looly
2022-01-20 10:21:20 +08:00
parent c143a61395
commit b9df76f92c
3 changed files with 21 additions and 31 deletions

View File

@@ -15,6 +15,7 @@
* 【core 】 在CollectorUtil提交Collectors.toMap的对null友好实现避免NPE(pr#502@Gitee)
* 【http 】 增加HttpGlobalConfig.setIgnoreEOFError(issue#2092@Github)
* 【core 】 RandomUtil.randomStringWithoutStr排除字符串兼容大写字母(pr#503@Gitee)
* 【core 】 LocalDateTime增加isOverlap方法(pr#512@Gitee)
*
### 🐞Bug修复
* 【core 】 修复setter重载导致匹配错误issue#2082@Github