| 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.servlet.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.servlet.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
|
| Annotation Type and Description |
|---|
| org.springframework.boot.orm.jpa.EntityScan
as of 1.4 in favor of
@org.springframework.boot.autoconfigure.domain.EntityScan or explicit
configuration of the LocalContainerEntityManagerFactoryBean (either
directly or
using the EntityManagerFactoryBuilder). |
| Method and Description |
|---|
| org.springframework.boot.bind.RelaxedPropertyResolver.getPropertyAsClass(String, Class<T>) |
| org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getValves()
as of 1.4 in favor of
TomcatEmbeddedServletContainerFactory.getContextValves() |
| org.springframework.boot.SpringApplication.printBanner(Environment)
as of 1.4 in favor of @
SpringApplication.setBanner(Banner) |
| org.springframework.boot.bind.PropertiesConfigurationFactory.setProperties(Properties)
as of 1.4 in favor of
setPropertySources that contains a PropertiesPropertySource. |
| 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.