PUT请求

关于PUT请求带参数问题:
因为tomcat默认只有post传参,put 和 delete 不支持 两种解决方案
1.修改tomcat的配置文件
2.在web.xml里面配置过滤器


httpPutFormContentFilter
org.springframework.web.filter.HttpPutFormContentFilter


httpPutFormContentFilter
/*

作者:卜可
来源:CSDN
原文:https://blog.csdn.net/q649381130/article/details/77980015
版权声明:本文为博主原创文章,转载请附上博文链接!

你可能感兴趣的:(javaweb)