File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
spring-boot-project/spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -689,12 +689,18 @@ The following `HealthIndicators` are auto-configured by Spring Boot when appropr
689
689
| {spring-boot-actuator-module-code}/jms/JmsHealthIndicator.java[`JmsHealthIndicator`]
690
690
| Checks that a JMS broker is up.
691
691
692
+ | {spring-boot-actuator-module-code}/ldap/LdapHealthIndicator.java[`LdapHealthIndicator`]
693
+ | Checks that an LDAP server is up.
694
+
692
695
| {spring-boot-actuator-module-code}/mail/MailHealthIndicator.java[`MailHealthIndicator`]
693
696
| Checks that a mail server is up.
694
697
695
698
| {spring-boot-actuator-module-code}/mongo/MongoHealthIndicator.java[`MongoHealthIndicator`]
696
699
| Checks that a Mongo database is up.
697
700
701
+ | {spring-boot-actuator-module-code}/neo4j/Neo4jHealthIndicator.java[`Neo4jHealthIndicator`]
702
+ | Checks that a Neo4j database is up.
703
+
698
704
| {spring-boot-actuator-module-code}/neo4j/Neo4jHealthIndicator.java[`Neo4jHealthIndicator`]
699
705
| Checks that a Neo4j server is up.
700
706
You can’t perform that action at this time.
0 commit comments