HttpRequest#body增加支持Resource重载

This commit is contained in:
Looly
2023-03-03 20:25:27 +08:00
parent a25a707e3a
commit 0d11f82ee8
6 changed files with 85 additions and 27 deletions

View File

@@ -3,12 +3,13 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.13.M1 (2023-02-28)
# 5.8.13.M1 (2023-03-03)
### 🐣新特性
* 【core 】 PhoneUtil.isTel400800支持400-XXX-XXXX格式issue#2929@Github
* 【core 】 build(pom): 添加 Automatic-Module-Name属性pr#2926@Github
* 【core 】 根据JDK-8080225修改了部分新建文件输入流和文件输出流的创建方式pr#2930@Github
* 【http 】 HttpRequest#body增加支持Resource重载issue#2901@Github
### 🐞Bug修复
* 【db 】 修复识别JDBC驱动时重复问题pr#940@Gitee