fix cache

This commit is contained in:
Looly
2021-01-24 22:21:39 +08:00
parent 02bd117fd2
commit a8add399c2
7 changed files with 45 additions and 36 deletions

View File

@@ -13,6 +13,7 @@
* 【core 】 修改上传文件检查逻辑
* 【core 】 修正LocalDateTimeUtil.offset方法注释问题issue#I2EEXC@Gitee
* 【extra 】 VelocityEngine的getRowEngine改为getRawEngineissue#I2EGRG@Gitee
* 【cache 】 缓存降低锁的粒度提高并发能力pr#1385@Github
### Bug修复
* 【core 】 修复FileUtil.move以及PathUtil.copy等无法自动创建父目录的问题issue#I2CKTI@Gitee