Updated default health check path to reflect Spring Boot 2.0 changes (#378)

This commit is contained in:
Tim Ysewyn
2017-12-12 00:34:44 +01:00
committed by Spencer Gibb
parent 15d0d8b3cb
commit 5d7331a648

View File

@@ -62,7 +62,7 @@ public class ConsulDiscoveryProperties {
private List<String> managementTags = Arrays.asList(MANAGEMENT);
/** Alternate server path to invoke for health checking */
private String healthCheckPath = "/health";
private String healthCheckPath = "/actuator/health";
/** Custom health check url to override default */
private String healthCheckUrl;