diff --git a/core/src/main/java/com/flipkart/gjex/core/config/ApiService.java b/core/src/main/java/com/flipkart/gjex/core/config/ApiService.java index 2c2e1b1d..99219e6d 100644 --- a/core/src/main/java/com/flipkart/gjex/core/config/ApiService.java +++ b/core/src/main/java/com/flipkart/gjex/core/config/ApiService.java @@ -44,6 +44,6 @@ public class ApiService { @JsonProperty("filterConfig") private HttpFilterConfig httpFilterConfig; - @JsonProperty("healthcheck.path") + @JsonProperty("healthCheck.path") private String healthCheckPath = "/healthcheck"; } diff --git a/examples/src/main/resources/hello_world_config.yml b/examples/src/main/resources/hello_world_config.yml index 8561c414..14d931e9 100644 --- a/examples/src/main/resources/hello_world_config.yml +++ b/examples/src/main/resources/hello_world_config.yml @@ -18,7 +18,7 @@ Api: service.selectors: 10 service.workers: 30 scheduledexecutor.threadpool.size: 1 - healthcheck.path: "/elb-healthcheck" + healthCheck.path: "/elb-healthcheck" filterConfig: enableAccessLogs: true accessLogFormat: "{clientIp} {resourcePath} {contentLength} {responseStatus} {responseTime}"