0
点赞
收藏
分享

微信扫一扫

Resolved [org.springframework.web.HttpRequestMethodNotSupportedException Request method ‘POST‘

快乐与微笑的淘气 2022-03-23 阅读 95
java后端

问题:
Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method ‘POST’ not supported]

在yml中开启配置

 spring:
mvc:
hiddenmethod:
filter:
enabled: true
举报

相关推荐

0 条评论