change test and fix Spring bug

This commit is contained in:
Looly
2021-06-13 23:46:45 +08:00
parent 5fe634935d
commit 878c0169ea
7 changed files with 54 additions and 20 deletions

View File

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