程序包的使用
org.springframework.boot.autoconfigure.web.servlet
程序包
说明
Auto-configuration for the Actuator's web endpoints.
Auto-configuration for Spring MVC observation support.
Auto-configuration for actuator security using Spring MVC.
Configuration for a Jersey-based management context.
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.
-
org.springframework.boot.actuate.autoconfigure.endpoint.web使用的org.springframework.boot.autoconfigure.web.servlet中的类类说明Interface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
.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. -
org.springframework.boot.actuate.autoconfigure.observation.web.servlet使用的org.springframework.boot.autoconfigure.web.servlet中的类类说明
@Conditional
that only matches when noFilter
beans of the specified type are contained in theBeanFactory
. -
org.springframework.boot.actuate.autoconfigure.security.servlet使用的org.springframework.boot.autoconfigure.web.servlet中的类类说明Interface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
.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. -
org.springframework.boot.actuate.autoconfigure.web.jersey使用的org.springframework.boot.autoconfigure.web.servlet中的类类说明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.
-
org.springframework.boot.autoconfigure.jersey使用的org.springframework.boot.autoconfigure.web.servlet中的类类说明
@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 Jersey's application path that serves as the base URI for the application. -
org.springframework.boot.autoconfigure.orm.jpa使用的org.springframework.boot.autoconfigure.web.servlet中的类类说明
@Conditional
that only matches when noFilter
beans of the specified type are contained in theBeanFactory
. -
org.springframework.boot.autoconfigure.security.servlet使用的org.springframework.boot.autoconfigure.web.servlet中的类类说明Interface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
. -
org.springframework.boot.autoconfigure.web.servlet使用的org.springframework.boot.autoconfigure.web.servlet中的类类说明
@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
.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.Properties to be used in configuring aMultipartConfigElement
.WebServerFactoryCustomizer
to applyServerProperties
andWebListenerRegistrars
to servlet web servers.WebServerFactoryCustomizer
to applyServerProperties
to Tomcat web servers.Properties
for Spring MVC.Matching strategy options.Interface to register key components of theWebMvcConfigurationSupport
in place of the default ones provided by Spring MVC. -
org.springframework.boot.autoconfigure.web.servlet.error使用的org.springframework.boot.autoconfigure.web.servlet中的类类说明Interface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
. -
org.springframework.boot.test.autoconfigure.web.servlet使用的org.springframework.boot.autoconfigure.web.servlet中的类类说明Interface that can be used by auto-configurations that need path details for the
default
DispatcherServlet
.Properties
for Spring MVC.