Browse Source

Merge pull request #19377 from izeye

* pr/19377:
  Remove duplicate entry for Neo4jHealthIndicator

Closes gh-19377
pull/19556/head
Stephane Nicoll 6 years ago
parent
commit
57e838e526
  1. 3
      spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

3
spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

@ -701,9 +701,6 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr @@ -701,9 +701,6 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
| {spring-boot-actuator-module-code}/neo4j/Neo4jHealthIndicator.java[`Neo4jHealthIndicator`]
| Checks that a Neo4j database is up.
| {spring-boot-actuator-module-code}/neo4j/Neo4jHealthIndicator.java[`Neo4jHealthIndicator`]
| Checks that a Neo4j server is up.
| {spring-boot-actuator-module-code}/amqp/RabbitHealthIndicator.java[`RabbitHealthIndicator`]
| Checks that a Rabbit server is up.

Loading…
Cancel
Save