Skip to content

Commit 9884abb

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-36218
2 parents b764b5b + 9d1dced commit 9884abb

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
@@ -901,8 +901,8 @@ This can be done by setting the following property:
901901
management.endpoint.health.probes.add-additional-paths=true
902902
----
903903

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

907907

908908

0 commit comments

Comments
 (0)