Updated default health check path to reflect Spring Boot 2.0 changes (#378)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user