Why XML deserialization with Jackson with @RequestBody stops working after adding dependency to Jackson Dataformat XML

前端 未结 0 1584
渐次进展
渐次进展 2021-01-18 09:56

I have a REST controller with a following method:

@PostMapping(consumes = MediaType.APPLICATION_XML_VALUE, produces = MediaType.APPLICATION_XML_VALUE)
public          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题