程序包 org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for servlet web servers and Spring MVC.
- 接口概要 - 接口 - 说明 - DispatcherServletPath Interface that can be used by auto-configurations that need path details for the- default- DispatcherServlet.- DispatcherServletPathProvider - 已过时。 since 2.0.4 in favor of- DispatcherServletPathand- DispatcherServletRegistrationBean- JerseyApplicationPath Interface that can be used by auto-configurations that need path details Jersey's application path that serves as the base URI for the application.- WebMvcRegistrations Interface to register key components of the- WebMvcConfigurationSupportin place of the default ones provided by Spring MVC.
- 枚举概要 - 枚举 - 说明 - WebMvcProperties.LocaleResolver 
- 注释类型概要 - 注释类型 - 说明 - ConditionalOnMissingFilterBean - Conditionalthat only matches when no- Filterbeans of the specified type are contained in the- BeanFactory.