JAXB @XmlValue not able to get the text, Not generating empty XML element, and not able to read attribute

前端 未结 1 798
庸人自扰
庸人自扰 2021-01-27 17:23

I have a Spring Rest Controller, that accepts request as Xml. This is the sample request format coming in.


   
1条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-27 18:16

    This has been resolved. My bad that I imported the following from my gradle file.

    compile('com.fasterxml.jackson.dataformat:jackson-dataformat-xml')

    So by removing this from build.gradle, everything works as expected!

    0 讨论(0)
提交回复
热议问题