@Configuration @EnableWebMvc public class WebMvcConfig extends WebMvcConfigurerAdapter { // 就是這個 @Bean public HttpPutFormContentFilter httpPutFormContentFilter() { return new HttpPutFormContentFilter(); } }