Polish "Update Neo4j health check to use the Neo4j Driver"

See gh-22302
This commit is contained in:
Stephane Nicoll
2020-07-28 15:53:32 +02:00
parent c5a7815e42
commit c6fde1e4d5
21 changed files with 365 additions and 991 deletions

View File

@@ -856,6 +856,9 @@ The following `ReactiveHealthIndicators` are auto-configured by Spring Boot when
| {spring-boot-actuator-module-code}/mongo/MongoReactiveHealthIndicator.java[`MongoReactiveHealthIndicator`]
| Checks that a Mongo database is up.
| {spring-boot-actuator-module-code}/neo4j/Neo4jReactiveHealthIndicator.java[`Neo4jReactiveHealthIndicator`]
| Checks that a Neo4j database is up.
| {spring-boot-actuator-module-code}/redis/RedisReactiveHealthIndicator.java[`RedisReactiveHealthIndicator`]
| Checks that a Redis server is up.
|===