fix RandomUtil

This commit is contained in:
Looly
2020-04-17 16:11:14 +08:00
parent 7e8096a75c
commit 07229be2db
4 changed files with 17 additions and 13 deletions

View File

@@ -14,6 +14,7 @@
* 【core 】 增加XmlUtil.setNamespaceAwaregetByPath支持UniversalNamespaceCache
* 【aop 】 增加Spring-cglib支持改为SPI实现
* 【json 】 增加JSONUtil.parseXXX增加JSONConfig参数
* 【core 】 RandomUtil.randomNumber改为返回char
### Bug修复
* 【json 】 修复解析JSON字符串时配置无法传递问题