Java教程

Java Content type ‘text/plain;charset=UTF-8‘ not supported问题解决

本文主要是介绍Java Content type ‘text/plain;charset=UTF-8‘ not supported问题解决,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

问题描述:

org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'text/plain;charset=UTF-8' not supported

问题分析:

1、使用PostMan调试后端接口时,请求体里面的content type为text/plain,但是后端接口不支持text/plain,只支持application/json。

解决办法:

swagger-ui.html页面支持application/json,使用swagger-ui.html页面进行传参即可。

这篇关于Java Content type ‘text/plain;charset=UTF-8‘ not supported问题解决的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!