Class WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter

java.lang.Object
org.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
All Implemented Interfaces:
Aware, ServletContextAware, WebMvcConfigurer
Enclosing class:
WebMvcAutoConfiguration

@Configuration(proxyBeanMethods=false) @Import(WebMvcAutoConfiguration.EnableWebMvcConfiguration.class) @EnableConfigurationProperties({WebMvcProperties.class,WebProperties.class}) @Order(0) public static class WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter extends Object implements WebMvcConfigurer, ServletContextAware
Since:
4.0.0
Author:
Phillip Webb, Dave Syer, Andy Wilkinson, Sébastien Deleuze, Eddú Meléndez, Stephane Nicoll, Kristine Jetzke, Bruce Brouwer, Artsiom Yudovin, Scott Frederick