Class and Description |
---|
org.springframework.boot.actuate.system.ApplicationPidListener
since 1.2.0 in favor of
ApplicationPidFileWriter |
org.springframework.boot.orm.jpa.SpringNamingStrategy
Since 1.2.0 in favor of
SpringNamingStrategy |
org.springframework.boot.actuate.endpoint.VanillaPublicMetrics
since 1.2 in favor of
SystemPublicMetrics ,
MetricReaderPublicMetrics |
Method and Description |
---|
org.springframework.boot.SpringApplication.printBanner()
since 1.2.0 in favor of
SpringApplication.setBanner(Banner) |
org.springframework.boot.autoconfigure.orm.jpa.JpaProperties.Hibernate.setNamingstrategy(Class>) |
Annotation Type Element and Description |
---|
org.springframework.boot.autoconfigure.condition.ConditionalOnMissingClass.value
Since 1.1.0 due to the fact that the reflection errors can occur when
beans containing the annotation remain in the context. Use
ConditionalOnMissingClass.name() instead. |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.