fix UrlBuilder bug

This commit is contained in:
Looly
2021-01-21 12:36:05 +08:00
parent 856e7a3e13
commit b7ca34d0e8
6 changed files with 74 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.5.8 (2021-01-20)
# 5.5.8 (2021-01-21)
### 新特性
* 【extra 】 增加自动装配SpringUtil类pr#1366@Github
@@ -14,6 +14,8 @@
### Bug修复
* 【core 】 修复FileUtil.move以及PathUtil.copy等无法自动创建父目录的问题issue#I2CKTI@Gitee
* 【core 】 修复Console.input读取不全问题pr#263@Gitee
* 【core 】 修复URLUtil.encodeAll未检查空指针问题issue#I2CNPS@Gitee
* 【core 】 修复UrlBuilder.of的query中含有?丢失问题issue#I2CNPS@Gitee
-------------------------------------------------------------------------------------------------------------