fix bug and add method

This commit is contained in:
Looly
2020-04-13 10:41:59 +08:00
parent d15ec3c647
commit efedd36696
15 changed files with 183 additions and 61 deletions

View File

@@ -6,7 +6,11 @@
## 5.3.1 (2020-04-11)
### 新特性
* 【core 】 ListUtil、MapUtil、CollUtil增加empty方法
### Bug修复
* 【json 】 修复解析JSON字符串时配置无法传递问题
* 【core 】 修复ServletUtil.readCookieMap空指针问题issue#827@Github
-------------------------------------------------------------------------------------------------------------