From 817ecb1c9b9505050fca6d19630666242ff6e3ec Mon Sep 17 00:00:00 2001 From: Looly Date: Sun, 16 Oct 2022 20:46:40 +0800 Subject: [PATCH] =?UTF-8?q?SpringUtil=E6=94=AF=E6=8C=81SpringBoot3?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4630aaa..fbd48ace0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * 【extra 】 增加QLExpress支持(issue#2653@Github) * 【core 】 UrlBuilder增加getPortWithDefault方法(pr#835@Gitee) * 【core 】 FuncKeyMap的子类,传入可被序列化的keyFunc(pr#838@Gitee) +* 【extra 】 SpringUtil支持SpringBoot3自动配置(pr#839@Gitee) ### 🐞Bug修复 * 【poi 】 修复ExcelReader读取只有标题行报错问题(issue#I5U1JA@Gitee)