Uses of Package
org.springframework.boot.autoconfigure.web.servlet
Packages that use org.springframework.boot.autoconfigure.web.servlet
Package
Description
Auto-configuration for the Actuator's web endpoints.
Auto-configuration for actuator security using Spring MVC.
Auto-configuration for Jersey.
Auto-configuration for JPA and Spring ORM.
Auto-configuration for Servlet-based Spring Security.
Auto-configuration for servlet web servers and Spring MVC.
Auto-configuration for Spring MVC error handling.
Auto-configuration for Spring MVC tests.
-
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.actuate.autoconfigure.endpoint.webClassDescriptionInterface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.actuate.autoconfigure.security.servletClassDescriptionInterface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.autoconfigure.jerseyClassDescription
@Conditional
that only matches when noFilter
beans of the specified type are contained in theBeanFactory
. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.autoconfigure.orm.jpaClassDescription
@Conditional
that only matches when noFilter
beans of the specified type are contained in theBeanFactory
. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.autoconfigure.security.servletClassDescriptionInterface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.autoconfigure.web.servletClassDescription
@Conditional
that only matches when noFilter
beans of the specified type are contained in theBeanFactory
.Interface that can be used by auto-configurations that need path details for thedefault
DispatcherServlet
.ServletRegistrationBean
for the auto-configuredDispatcherServlet
.Properties to be used in configuring aMultipartConfigElement
.Properties
for Spring MVC.Matching strategy options.Interface to register key components of theWebMvcConfigurationSupport
in place of the default ones provided by Spring MVC. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.autoconfigure.web.servlet.errorClassDescriptionInterface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
. -
Classes in org.springframework.boot.autoconfigure.web.servlet used by org.springframework.boot.test.autoconfigure.web.servletClassDescriptionInterface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
.Properties
for Spring MVC.