Class SslHealthContributorAutoConfiguration

java.lang.Object
org.springframework.boot.actuate.autoconfigure.ssl.SslHealthContributorAutoConfiguration

@AutoConfiguration(before=HealthContributorAutoConfiguration.class) @ConditionalOnEnabledHealthIndicator("ssl") @EnableConfigurationProperties(SslHealthIndicatorProperties.class) public class SslHealthContributorAutoConfiguration extends Object
Auto-configuration for SslHealthIndicator.
Since:
3.4.0
  • Constructor Details

    • SslHealthContributorAutoConfiguration

      public SslHealthContributorAutoConfiguration()