Spring Boot 2.0以上 扩展SpringMvc功能 WebMvcConfigurerAdapter过时

提示已经过时

新的实现方法推荐:

@Configuration
public class WebMvcConfg extends WebMvcConfigurationSupport {
  //省略
}

猜你喜欢

转载自blog.csdn.net/Who_Am__I/article/details/80817311