add null check

This commit is contained in:
Looly
2021-09-01 22:14:15 +08:00
parent 30f541f849
commit 303c77a08d
3 changed files with 37 additions and 23 deletions

View File

@@ -8,6 +8,7 @@
### 🐣新特性
* 【system 】 OshiUtil增加getCurrentProcess方法
* 【extra 】 SpringUtil增加getApplicationName、publishEvent方法issue#I485NZ@Gitee
* 【core 】 BeanUtil.getProperty增加判空issue#I488HA@Gitee
### 🐞Bug修复