 |
- java.lang.Object
-
- org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration
-
@Configuration
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnClass(value={javax.servlet.Servlet.class,org.springframework.web.servlet.DispatcherServlet.class,org.springframework.web.servlet.config.annotation.WebMvcConfigurer.class})
@ConditionalOnMissingBean(value=org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport.class)
@AutoConfigureOrder(value=-2147483638)
@AutoConfigureAfter(value={DispatcherServletAutoConfiguration.class,ValidationAutoConfiguration.class})
public class WebMvcAutoConfiguration
extends Object
- Author:
- Phillip Webb, Dave Syer, Andy Wilkinson, Sébastien Deleuze, Eddú Meléndez, Stephane Nicoll, Kristine Jetzke, Bruce Brouwer
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
|