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 ). |
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 © 2017 Pivotal Software, Inc.. All rights reserved.