Package org.springframework.boot.webmvc.autoconfigure
package org.springframework.boot.webmvc.autoconfigure
Auto-configuration for Spring MVC.
-
ClassDescription
Auto-configuration
for the SpringDispatcherServlet
.Interface that can be used by auto-configurations that need path details for thedefault
DispatcherServlet
.ServletRegistrationBean
for the auto-configuredDispatcherServlet
.TemplateAvailabilityProvider
that provides availability information for JSP view templates.Configuration equivalent to@EnableWebMvc
.Properties
for Spring MVC.Matching strategy options.Interface to register key components of theWebMvcConfigurationSupport
in place of the default ones provided by Spring MVC.