add method

This commit is contained in:
Looly
2020-11-26 14:42:13 +08:00
parent 4cc276e665
commit 162c080e5a
3 changed files with 25 additions and 55 deletions

View File

@@ -15,6 +15,7 @@
* 【core 】 AnnotationUtil增加setValue方法pr#1250@Github
* 【core 】 ZipUtil增加get方法
* 【cache 】 对CacheObj等变量使用volatile关键字
* 【core 】 Base64增加encodeWithoutPadding方法issue#I26J16@Gitee
### Bug修复
* 【cron 】 修复CronTimer可能死循环的问题issue#1224@Github