Browse Source

Merge branch '2.7.x' into 3.0.x

Closes gh-36218
pull/37018/head
Phillip Webb 3 years ago
parent
commit
9884abb379
  1. 4
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc

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

@ -901,8 +901,8 @@ This can be done by setting the following property: @@ -901,8 +901,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 <<actuator#actuator.endpoints.health.groups, health groups>> for details.

Loading…
Cancel
Save