新增注解扫描器和合成注解

This commit is contained in:
Looly
2022-06-27 20:25:14 +08:00
parent 44503270bf
commit a6d4e96a41
8 changed files with 56 additions and 48 deletions

View File

@@ -17,6 +17,7 @@
* 【core 】 BeanPath在空元素时默认加入map修改根据下标类型赋值List or mapissue#2362@Github
* 【core 】 localAddressList 添加重构方法pr#665@Gitee
* 【cron 】 从配置文件加载任务时自定义ID避免重复从配置文件加载issue#I5E7BM@Gitee
* 【core 】 新增注解扫描器和合成注解pr#654@Gitee
*
### 🐞Bug修复
* 【extra 】 修复createExtractor中抛出异常后流未关闭问题pr#2384@Github