@Configuration @AutoConfigureAfter(value=org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration.class) public class JHipsterInfoContributorConfiguration extends Object
InfoContributors.| Constructor and Description |
|---|
JHipsterInfoContributorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ActiveProfilesInfoContributor |
activeProfilesInfoContributor(org.springframework.core.env.ConfigurableEnvironment environment) |
MailEnabledInfoContributor |
mailEnabledInfoContributor() |
public JHipsterInfoContributorConfiguration()
@Bean @ConditionalOnEnabledInfoContributor(value="management.info.active-profiles.enabled") public ActiveProfilesInfoContributor activeProfilesInfoContributor(org.springframework.core.env.ConfigurableEnvironment environment)
@Bean @ConditionalOnEnabledInfoContributor(value="management.info.mail-enabled.enabled") public MailEnabledInfoContributor mailEnabledInfoContributor()
Copyright © 2019 JHipster. All rights reserved.