开发者社区 问答 正文

springboot为什么不支持post请求了?报错

RT,今天做spring boot项目练习时候发现post请求可以进方法,但是返回就报错,前端报405,后台提示[org.springframework.web.servlet.PageNotFound] - Request method 'POST' not supported

展开
收起
爱吃鱼的程序员 2020-06-08 17:00:51 2485 分享 版权
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    解决了,最后发现是实体类里面的一个属性缓存住了老版本,导致了返回时json解析失败。

     

    看下是不是跨域了

    @PostMapping

    请求的方法上面注解值是不是用的不是POST

    2020-06-08 17:01:11
    赞同 展开评论