使用SpringWebClient进行http调用。但未找到为定义的媒体类型
application/merge-patch+json
. 无论如何,我硬注入的标题内容类型
headers.add("Content-Type", "application/merge-patch+json");
.contentType(MediaType.valueOf("application/merge-patch+json"))
Content type 'application/merge-patch+json' not supported for bodyType=com.test.Account
我想网络客户端阻止了通话。建议有一个兼容的方式不检查头。