TreeUtil增加build方法,可以构建Bean的树结构

This commit is contained in:
Looly
2024-08-11 16:14:13 +08:00
parent af67650742
commit ee0b68dbb6
2 changed files with 11 additions and 6 deletions

View File

@@ -2,9 +2,11 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.31(2024-08-09)
# 5.8.31(2024-08-11)
### 🐣新特性
* 【core 】 TreeUtil增加build方法可以构建Bean的树结构pr#3692@Github
### 🐞Bug修复
* 【extra 】 修复JakartaMailUtil引用javax的问题