美文网首页
Springboot无法接受PUT和DELETE请求

Springboot无法接受PUT和DELETE请求

作者: Restart白蓝 | 来源:发表于2021-05-17 20:11 被阅读0次
    /**
     * @author bailan
     */
    @Configuration
    public class MvcConfig extends WebMvcConfigurationSupport {
        @Bean
        public FormContentFilter httpPutFormContentFilter() {
            return new FormContentFilter ();
        }
    }
    

    相关文章

      网友评论

          本文标题:Springboot无法接受PUT和DELETE请求

          本文链接:https://www.haomeiwen.com/subject/moqsjltx.html