add BigDecimal support

This commit is contained in:
Looly
2019-08-16 16:39:12 +08:00
parent 9e39667e5a
commit 796fac2458
2 changed files with 11 additions and 7 deletions

View File

@@ -17,6 +17,7 @@
* 【core】 增强日期工具类pr#455@Github
* 【setting】 构造Setting增加默认字符编码
* 【extra】 ServletUtil增加getHeaderMap方法
* 【poi】 CellUtil改进数字支持解决空指针问题pr#489@Github
### Bug修复
* 【cache】 修复missCount规则issue#465@Github