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

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

springboot2.0以上版本,用@DeleteMapping做删除操作
错误问题:
页面报405请求错误
解决办法:
在application.properties配置文件中加

spring.mvc.hiddenmethod.filter.enabled=true

猜你喜欢

转载自blog.csdn.net/ShanLanF/article/details/107932920