fix parse bug

This commit is contained in:
Looly
2021-06-15 10:17:35 +08:00
parent 878c0169ea
commit 395942298e
7 changed files with 63 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.0 (2021-06-13)
# 5.7.0 (2021-06-15)
### 🐣新特性
* 【jwt 】 添加JWT模块实现了JWT的创建、解析和验证
@@ -17,6 +17,7 @@
### 🐞Bug修复
* 【db 】 修复count方法丢失参数问题(issue#I3VBSL@Gitee)
* 【db 】 修复SpringUtil工具在`@PostConstruct` 注解标注的方法下失效问题(pr#341@Gitee)
* 【db 】 修复JSONUtil.parse方法未判断有序问题(issue#I3VHVY@Gitee)
-------------------------------------------------------------------------------------------------------------