add method

This commit is contained in:
Looly
2021-02-25 23:53:51 +08:00
parent 8c0ad9c69c
commit 4c772ead35
5 changed files with 54 additions and 11 deletions

View File

@@ -12,6 +12,7 @@
* 【crypto 】 Sm2增加getD和getQ方法issue#I37Z4C@Gitee
* 【cache 】 AbstractCache增加keySet方法issue#I37Z4C@Gitee
* 【core 】 NumberWordFormatter增加formatSimple方法pr#1436@Github
* 【crypto 】 增加读取openSSL生成的sm2私钥
### Bug修复
* 【json 】 JSONUtil.isJson方法改变trim策略解决特殊空白符导致判断失败问题