add BeeCP support

This commit is contained in:
Looly
2020-08-16 10:27:50 +08:00
parent 2f64b3b85d
commit ef235aab5d
8 changed files with 88 additions and 19 deletions

View File

@@ -21,6 +21,8 @@
* 【extra 】 SpringUtil增加getBean(TypeReference)pr#1009@Github
* 【core 】 Assert增加方法支持自定义异常处理pr#154@Gitee
* 【core 】 BooleanConverter增加数字转换规则issue#I1R2AB@Gitee
* 【poi 】 sax方式读取增加一个sheet结束的回调issue#155@Gitee
* 【db 】 增加BeeCP连接池支持
### Bug修复#
* 【core 】 修复原始类型转换时,转换失败没有抛出异常的问题