Package org.springframework.boot.autoconfigure.web.servlet
package org.springframework.boot.autoconfigure.web.servlet
Auto-configuration for servlet web servers and Spring MVC.
-
ClassDescription
@Conditionalthat only matches when noFilterbeans of the specified type are contained in theBeanFactory.Auto-configurationfor the SpringDispatcherServlet.Interface that can be used by auto-configurations that need path details for thedefaultDispatcherServlet.ServletRegistrationBeanfor the auto-configuredDispatcherServlet.Auto-configurationfor configuring the encoding to use in web applications.TemplateAvailabilityProviderthat provides availability information for JSP view templates.Auto-configurationfor multi-part uploads.Properties to be used in configuring aMultipartConfigElement.Auto-configurationfor servlet web servers.Registers aWebServerFactoryCustomizerBeanPostProcessor.WebServerFactoryCustomizerto applyServerPropertiesandWebListenerRegistrarsto servlet web servers.WebServerFactoryCustomizerto applyServerPropertiesto Tomcat web servers.WebServerFactoryCustomizerto applyServerPropertiesto Undertow Servlet web servers.Configuration equivalent to@EnableWebMvc.propertiesfor Spring MVC.Matching strategy options.Interface to register key components of theWebMvcConfigurationSupportin place of the default ones provided by Spring MVC.