Package and Description |
---|
org.springframework.boot.autoconfigure.test
as of 1.4 in favor of the
spring-boot-test-autoconfigure module |
Interface and Description |
---|
org.springframework.boot.context.web.NonEmbeddedServletContainerFactory
as of 1.4 in favor of
ErrorPageRegistry |
org.springframework.boot.context.embedded.ServletContextInitializer
as of 1.4 in favor of
org.springframework.boot.web.ServletContextInitializer
|
Class and Description |
---|
org.springframework.boot.context.embedded.DelegatingFilterProxyRegistrationBean
as of 1.4 in favor of
org.springframework.boot.web.DelegatingFilterProxyRegistrationBean
|
org.springframework.boot.web.servlet.view.velocity.EmbeddedVelocityViewResolver
as of 1.4 following the deprecation of Velocity support in Spring Framework
4.3
|
org.springframework.boot.context.embedded.ErrorPage
as of 1.4 in favor of org.springframework.boot.web.ErrorPage
|
org.springframework.boot.context.web.ErrorPageFilter
as of 1.4 in favor of org.springframework.boot.web.support.ErrorPageFilter
|
org.springframework.boot.context.embedded.FilterRegistrationBean
as of 1.4 in favor of org.springframework.boot.web.FilterRegistrationBean
|
org.springframework.boot.context.embedded.MultipartConfigFactory
as of 1.4 in favor of org.springframework.boot.web.MultipartConfigFactory
|
org.springframework.boot.context.web.OrderedCharacterEncodingFilter
as of 1.4 in favor of
org.springframework.boot.web.filter.OrderedCharacterEncodingFilter
|
org.springframework.boot.context.web.OrderedHiddenHttpMethodFilter
as of 1.4 in favor of
org.springframework.boot.web.filter.OrderedHiddenHttpMethodFilter
|
org.springframework.boot.context.web.OrderedHttpPutFormContentFilter
as of 1.4 in favor of
org.springframework.boot.web.filter.OrderedHttpPutFormContentFilter
|
org.springframework.boot.context.web.OrderedRequestContextFilter
as of 1.4 in favor of
org.springframework.boot.web.filter.OrderedRequestContextFilter
|
org.springframework.boot.context.web.ServerPortInfoApplicationContextInitializer
as of 1.4 in favor of
org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer
|
org.springframework.boot.context.web.ServletContextApplicationContextInitializer
as of 1.4 in favor of
org.springframework.boot.web.support.ServletContextApplicationContextInitializer
|
org.springframework.boot.context.embedded.ServletListenerRegistrationBean
as of 1.4 in favor of
org.springframework.boot.web.ServletListenerRegistrationBean
|
org.springframework.boot.context.embedded.ServletRegistrationBean
as of 1.4 in favor of org.springframework.boot.web.ServletRegistrationBean
|
org.springframework.boot.context.web.SpringBootServletInitializer
as of 1.4 in favor of
org.springframework.boot.web.support.SpringBootServletInitializer
|
org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration
as of 1.4 following the deprecation of Velocity support in Spring Framework
4.3
|
org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityConfiguration |
org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityNonWebConfiguration |
org.springframework.boot.autoconfigure.velocity.VelocityAutoConfiguration.VelocityWebConfiguration |
org.springframework.boot.autoconfigure.velocity.VelocityProperties
as of 1.4 following the deprecation of Velocity support in Spring Framework
4.3
|
org.springframework.boot.autoconfigure.velocity.VelocityTemplateAvailabilityProvider
as of 1.4 following the deprecation of Velocity support in Spring Framework
4.3
|
Annotation Type and Description |
---|
org.springframework.boot.autoconfigure.test.ImportAutoConfiguration
as of 1.4 in favor of
ImportAutoConfiguration |
Annotation Type Element and Description |
---|
org.springframework.boot.context.properties.ConfigurationProperties.locations
as of 1.4 in favor of configuring the environment directly with
additional locations
|
org.springframework.boot.context.properties.ConfigurationProperties.merge
as of 1.4 along with
ConfigurationProperties.locations() in favor of configuring the
environment directly with additional locations |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.