

我也踩过这个坑( 1 )
详细描述
错误截图



编辑于2025-04-10
-
[无名弟子]JAVA-乔名震
0postman:PUT请求通过body传递参数
web.xml中添加过滤器:
<filter>
<filter-name>httpPutFormContentFilter</filter-name>
<filter-class>org.springframework.web.filter.HttpPutFormContentFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>httpPutFormContentFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>编辑于2018-09-27
- 去第 页