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
ServletContextInitializer |
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.diagnostics.FailureAnalyzers.analyzeAndReport(Throwable, ClassLoader, ConfigurableApplicationContext)
as of 1.4.1 in favor of
FailureAnalyzers.analyzeAndReport(Throwable) |
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.