add CalendarUtil

This commit is contained in:
Looly
2020-04-11 13:53:08 +08:00
parent bc486cdac4
commit 4a574e3241
5 changed files with 1238 additions and 1177 deletions

View File

@@ -24,6 +24,7 @@
* 【json 】 解析Object中对是否为bean单独判断而不是直接解析
* 【core 】 SimHash锁改为StampedLock
* 【core 】 Singleton改为SimpleCache实现
* 【core 】 增加CalendarUtilDateUtil相关方法全部迁移到此
### Bug修复
* 【extra 】 修复SpringUtil使用devtools重启报错问题