Remove condition for eureka healthcheck.

fixes gh-1051
parent de45269e
...@@ -205,7 +205,6 @@ public class EurekaDiscoveryClientConfiguration implements SmartLifecycle, Order ...@@ -205,7 +205,6 @@ public class EurekaDiscoveryClientConfiguration implements SmartLifecycle, Order
@Configuration @Configuration
@ConditionalOnProperty(value = "eureka.client.healthcheck.enabled", matchIfMissing = false) @ConditionalOnProperty(value = "eureka.client.healthcheck.enabled", matchIfMissing = false)
@ConditionalOnBean(HealthIndicator.class)
protected static class EurekaHealthCheckHandlerConfiguration { protected static class EurekaHealthCheckHandlerConfiguration {
@Autowired(required = false) @Autowired(required = false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment