springboot以delete请求方式提交报错There was an unexpected error (type=Method Not Allowed, status=405).使用SpringBoot以Delete请求方式提交删除,报405请求错误页面报错后台警告解决办法:配置文件中加入此行配置即可spring.mvc.hiddenmethod.filter.enabled=true 版权声明:本文为qq_41909510原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。原文链接:https://blog.csdn.net/qq_41909510/article/details/110521159