当请求的Content-Type设置出错时,就会报HttpMediaTypeNotSupportedException 原因在于,如果想用springmvc @RequestBody注解做提交json字符串自动绑定到pojo入参时,类型需要是"application/json;charset=UTF-8",否则会抛"not supported"异常。