使用Spring WebClient时不支持内容类型'application / merge-patch + json'

时间:2019-04-09 18:15:29

标签: spring http webclient patch

使用spring webclient进行http调用。但未找到为application/merge-patch+json定义的MediaType。无论如何,我用headers.add("Content-Type", "application/merge-patch+json");.contentType(MediaType.valueOf("application/merge-patch+json"))硬性注入了标题Content-Type。遇到相同的运行时错误Content type 'application/merge-patch+json' not supported for bodyType=com.test.Account

我认为网络客户端阻止了通话。建议采用兼容的方式不检查标题。

0 个答案:

没有答案