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
- Since:
- 3.4.0
- Author:
- Jonatan Ivanov
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SslHealthContributorAutoConfiguration
public SslHealthContributorAutoConfiguration()
-