#MediaType

MediaType,即是Internet Media Type,互联网媒体类型;也叫做MIME类型,在Http协议消息头中,使用Content-Type来表示具体请求中的媒体类型信息。

例如:Content-Type:text/html;charset:utf-8; 常见的媒体格式类型如下:   text/html:HTML格式   text/plain:纯文本格式     &nbs...

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

解决方法:添加contentType:'application/json',$.ajax({type:"POST",url:"/xxx",dataType:'json',contentType:'application/json',async:'false',data:{"name":1,"value2":2},suc...

ToDoList--HttpMediaTypeNotSupportedException

 org.springframework.web.HttpMediaTypeNotSupportedException:Contenttype'application/x-www-form-urlencoded;charset=UTF-8'notsupportedatorg.springframework.w...