add WatchAction

This commit is contained in:
Looly
2020-08-02 20:38:04 +08:00
parent 758626a482
commit 0dcf4f9aca
3 changed files with 45 additions and 7 deletions

View File

@@ -10,6 +10,7 @@
* 【core 】 StrUtil增加filter方法pr#149@Gitee
* 【core 】 DateUtil增加beginOfWeek重载
* 【core 】 将有歧义的BeanUtil.mapToBean方法置为过期使用toBean方法
* 【core 】 添加WatchAction对Watcher的抽象
### Bug修复#
* 【core 】 修复原始类型转换时,转换失败没有抛出异常的问题