XmlUtil.mapToXml support List

This commit is contained in:
Looly
2020-04-09 16:35:44 +08:00
parent 4210ebaa4e
commit ced42166d3
4 changed files with 166 additions and 57 deletions

View File

@@ -20,6 +20,7 @@
* 【core 】 添加ValidateObjectInputStream避免对象反序列化漏洞风险
* 【core 】 添加BiMap
* 【all 】 cn.hutool.extra.servlet.multipart包迁移到cn.hutool.core.net下
* 【core 】 XmlUtil.mapToXml方法支持集合解析issue#820@Github
### Bug修复
* 【extra 】 修复SpringUtil使用devtools重启报错问题