最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

spring boot - Response Contentype coming as JSON instead. of XML responseafter Springboot upgrade 2.7.18. Springmvcweb - 5.3.32

programmeradmin3浏览0评论

In controller, produces attribute is set to "application/json" and application/xml . after upgrading springboot from 2.0.3 to 2.7.18 and spring webmvc to 5.3.32. we are seeing json response instead of xml response . Please help to identify the root cause

@RequestMapping(value = "/{type}", method = RequestMethod.POST, consumes = MediaType.MULTIPART_FORM_DATA_VALUE, produces = {MediaType.APPLICATION_XML_VALUE,MediaType.APPLICATION_JSON_VALUE})

Expecting XML response and want to understand if there is any change in default configuration

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论