@Configuration @ConditionalOnEnabledEndpoint(endpoint=org.springframework.boot.actuate.info.InfoEndpoint.class) @AutoConfigureAfter(value=InfoContributorAutoConfiguration.class) public class InfoEndpointAutoConfiguration extends Object
Auto-configuration for the InfoEndpoint.| Constructor and Description |
|---|
InfoEndpointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
InfoEndpoint |
infoEndpoint(org.springframework.beans.factory.ObjectProvider<InfoContributor> infoContributors) |
@Bean @ConditionalOnMissingBean public InfoEndpoint infoEndpoint(org.springframework.beans.factory.ObjectProvider<InfoContributor> infoContributors)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.