码迷,mamicode.com
首页 > 编程语言 > 详细

springboot接收delete或者put方法体参数

时间:2018-07-02 15:37:47      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:ima   height   alt   filter   pos   TE   方法体   日志   inf   

 springboot默认配置了hiddenHttpMethodFilter(可以在springboot启动日志中看到)

 

技术分享图片

因为hiddenHttpMethodFilter只会拦截get和post请求方式

所以请求方式为post

在提交请求参数里增加一个_method 参数 值为put或者delete,就可以访问到put或者delete接口了

springboot接收delete或者put方法体参数

标签:ima   height   alt   filter   pos   TE   方法体   日志   inf   

原文地址:https://www.cnblogs.com/xxbilibili/p/9253896.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!