Class PlatformHealthIndicatorConfiguration


  • @Configuration
    @ConditionalOnProperty(value="management.health.platform.enabled",
                           havingValue="true")
    @EnableConfigurationProperties(PlatformHealthIndicatorProperties.class)
    public class PlatformHealthIndicatorConfiguration
    extends Object