diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc index 195c05ab9886..e925d8e47e0e 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc @@ -904,8 +904,8 @@ This can be done by setting the following property: management.endpoint.health.probes.add-additional-paths=true ---- -This would make `liveness` available at `/livez` and `readiness` at `readyz` on the main server port. - +This would make the `liveness` group available at `/livez` and the `readiness` group available at `/readyz` on the main server port. +Paths can be customized using the `additional-path` property on each group, see <> for details.