博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Content type 'text/plain;charset=UTF-8' not supported
阅读量:213 次
发布时间:2019-02-28

本文共 413 字,大约阅读时间需要 1 分钟。

前提:我是使用postman发送请求时,报的这个异常

2016-11-02 10:35:50,142 ERROR [http-bio-8080-exec-1] [com.confucian.framework.web.exception.ExceptionControllerAdvice:143] - 
  • 1
  • 2

这是我要访问的请求所对应的controller

@RequestMapping(path = "/register", method = RequestMethod.POST)    public Object register(@RequestBody StudentRegisterBean registerInfo, HttpServletRequest request, HttpServletResponse response) {
  • 1
  • 2

这是我的postman的界面,原因是因为数据传输格式选择错误。

这里写图片描述

你可能感兴趣的文章