Skip to content

Commit 76db32b

Browse files
committed
Fix property name in docs.
1 parent 7ff8100 commit 76db32b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/main/asciidoc/spring-cloud-commons.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -942,10 +942,10 @@ TIP:: This supplier is also recommended for setups with a small number of instan
942942
in order to avoid retrying calls on a failing instance.
943943

944944
`HealthCheckServiceInstanceListSupplier` uses properties prefixed with
945-
`spring.cloud.loadbalancer.healthcheck`. You can set the `initialDelay` and `interval`
945+
`spring.cloud.loadbalancer.health-check`. You can set the `initialDelay` and `interval`
946946
for the scheduler. You can set the default path for the healthcheck URL by setting
947-
the value of the `spring.cloud.loadbalancer.healthcheck.path.default`. You can also set a specific value
948-
for any given service by setting the value of the `spring.cloud.loadbalancer.healthcheck.path.[SERVICE_ID]`, substituting the `[SERVICE_ID]` with the correct ID of your service. If the path is not set, `/actuator/health` is used by default.
947+
the value of the `spring.cloud.loadbalancer.health-check.path.default`. You can also set a specific value
948+
for any given service by setting the value of the `spring.cloud.loadbalancer.health-check.path.[SERVICE_ID]`, substituting the `[SERVICE_ID]` with the correct ID of your service. If the path is not set, `/actuator/health` is used by default.
949949

950950
TIP:: If you rely on the default path (`/actuator/health`), make sure you add `spring-boot-starter-actuator` to your collaborator's dependencies, unless you are planning to add such an endpoint on your own.
951951

0 commit comments

Comments
 (0)