Correct the classpath of your application so that it contains a single, compatible version of com.fasterxml.jackson.dataformat.xml.XmlMapper 解决:
改用其他版本,我没写版本号,springboot自己默认的是 2.11.4 版本
成功启动项目…
背景
日常工作中,曾遇到过导出数据为 Word 的需求,这里做个简单总结。
前面分别总结了导出数据为 PDF , Excel 的实现方式,有时候需要在导出文件后进行编辑,那么这时候仅仅导出 PDF 文件是不够的。
下面的实战是基于…