Polishing.

Update documentation to Spring Boot 2.x to reflect health endpoint configuration.

Original pull request: gh-238.
This commit is contained in:
Mark Paluch
2018-09-03 13:58:14 +02:00
parent 5176572228
commit 655fcf480d
2 changed files with 2 additions and 5 deletions

View File

@@ -241,8 +241,7 @@ additional configuration like
If the application imports the `spring-boot-starter-actuator` project, the
status of the vault server will be available via the `/health` endpoint.
The vault health indicator can be enabled or disabled through the property `health.vault.enabled` (Spring Boot 1.x) or `management.health.vault.enabled` (Spring Boot 2.x) - both default to `true`.
The vault health indicator can be enabled or disabled through the property `management.health.vault.enabled` (default to `true`).
=== Authentication

View File

@@ -205,9 +205,7 @@ additional configuration like
If the application imports the `spring-boot-starter-actuator` project, the
status of the vault server will be available via the `/health` endpoint.
The vault health indicator can be enabled or disabled through the
property `health.vault.enabled` (default `true`).
The vault health indicator can be enabled or disabled through the property `management.health.vault.enabled` (default to `true`).
=== Authentication