Skip to content

Commit 41cdfb8

Browse files
committed
Merge branch '3.1.x'
Closes gh-36220
2 parents eb58ade + 2e11349 commit 41cdfb8

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,8 +904,8 @@ This can be done by setting the following property:
904904
management.endpoint.health.probes.add-additional-paths=true
905905
----
906906

907-
This would make `liveness` available at `/livez` and `readiness` at `readyz` on the main server port.
908-
907+
This would make the `liveness` group available at `/livez` and the `readiness` group available at `/readyz` on the main server port.
908+
Paths can be customized using the `additional-path` property on each group, see <<actuator#actuator.endpoints.health.groups, health groups>> for details.
909909

910910

911911

0 commit comments

Comments
 (0)