美文网首页
SpringBoot2.x以上表单添加隐藏域name="_met

SpringBoot2.x以上表单添加隐藏域name="_met

作者: 周山 | 来源:发表于2020-06-27 23:11 被阅读0次

    错误描述:
    使用表单实现Rest风格的PUT和DELETE请求时,被method=RequestMethod.POST的Controller捕获,显示Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]


    控制台报错.png

    解决办法:在application.properties中添加
    spring.mvc.hiddenmethod.filter.enabled=true

    相关文章

      网友评论

          本文标题:SpringBoot2.x以上表单添加隐藏域name="_met

          本文链接:https://www.haomeiwen.com/subject/zohbfktx.html