修复UrlBuilder无法配置末尾追加“/”问题

This commit is contained in:
Looly
2022-07-20 13:13:14 +08:00
parent 1fcee08263
commit 88c36b8bfa
4 changed files with 71 additions and 39 deletions

View File

@@ -35,6 +35,7 @@
* 【core 】 修复CombinationAnnotationElement造成递归循环issue#I5FQGW@Gitee
* 【core 】 修复Dict缺少putIfAbsent、computeIfAbsent问题issue#I5FQGW@Gitee
* 【core 】 修复Console.log应该把异常信息输出位置错误问题pr#716@Gitee
* 【core 】 修复UrlBuilder无法配置末尾追加“/”问题issue#2459@Github
-------------------------------------------------------------------------------------------------------------