add VfdResource

This commit is contained in:
Looly
2022-02-13 21:19:48 +08:00
parent 0aadcaeb68
commit 9439ec4228
4 changed files with 145 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
* 【core 】 SpringUtil增加publishEvent重载(pr#2139@Github)
* 【core 】 DateUtil增加rangeContains、rangeNotContains(pr#537@Gitee)
* 【core 】 Resource增加isModified默认方法
* 【core 】 增加VfsResource
### 🐞Bug修复
* 【core 】 修复ChineseDate农历获取正月出现数组越界BUGissue#2112@Github