add XML content custom support

This commit is contained in:
Looly
2021-08-31 10:15:54 +08:00
parent 838a3ecfa4
commit 166d46d137
7 changed files with 417 additions and 318 deletions

View File

@@ -3,13 +3,14 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.11 (2021-08-30)
# 5.7.11 (2021-08-31)
### 🐣新特性
* 【crypto 】 修改SymmetricCrypto初始化逻辑
* 【core 】 FileTypeUtil增加对wps编辑的docx的识别issue#I47JGH@Gitee
* 【core 】 Money修改构造0表示读取所有分issue#1796@Github
* 【json 】 增加JSONXMLParser和JSONXMLSerializer
* 【json 】 XML支持自定义内容标签issue#I47TV8@Gitee
### 🐞Bug修复
* 【cron 】 **重要**修复Scheduler启动默认线程池为null的bugissue#I47PZW@Gitee