#WebMvcConfigurationSupport

SpringBoot swagger-ui.html 配置类继承 WebMvcConfigurationSupport 类后 请求404

1、SpringBoot启动类加上 注解 @EnableWebMvc@SpringBootApplication@EnableWebMvcpublicclassApplication{publicstaticvoidmain(String[]args){SpringApplication.run(A...

【springboot】之 解析@EnableWebMvc 、WebMvcConfigurationSupport和WebMvcConfigurationAdapter

WebMvcConfigurationAdapter在springboot新版本中已经被废弃了,因为WebMvcConfigurationAdapter中的默认实现方法已经在它的父类中实现了。新版本springboot是基于jdk8实现的,所以支持在接口中添加默认实现方法。springboot默认格式化日期只需要在ap...