Ipv4Util 新增方法:检测指定 IP 地址是否匹配通配符

This commit is contained in:
Looly
2023-06-27 11:10:43 +08:00
parent 47daea1650
commit 050f312c56
3 changed files with 27 additions and 24 deletions

View File

@@ -7,6 +7,7 @@
### 🐣新特性
* 【core 】 list 为空时CollUtil.max等返回null而非异常pr#1027@Gitee
* 【poi 】 ExcelReader.getWriter逻辑变更当从非文件读取时获取sheet而非空表格。
* 【core 】 Ipv4Util 新增方法:检测指定 IP 地址是否匹配通配符pr#3171@Github
### 🐞Bug修复
* 【core 】 修复MapUtil工具使用filter方法构造传入参数结果问题issue#3162@Github