问题

使用SpringBoot过程中不能解析@DeleteMapping

原因

Spring2.2.*版本 的 hiddenmethod 过滤器的默认处于关闭状态

解决办法

配置文件中添加 spring.mvc.hiddenmethod.filter.enabled = true