mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Fix key for the MongoDB health indicator in reference guide
See gh-50931 Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
committed by
Stéphane Nicoll
parent
2245a79653
commit
c463dd033b
+2
-2
@@ -660,7 +660,7 @@ with the `key` listed in the following table:
|
||||
| javadoc:org.springframework.boot.mail.health.MailHealthIndicator[]
|
||||
| Checks that a mail server is up.
|
||||
|
||||
| `mongo`
|
||||
| `mongodb`
|
||||
| javadoc:org.springframework.boot.mongodb.health.MongoHealthIndicator[]
|
||||
| Checks that a Mongo database is up.
|
||||
|
||||
@@ -825,7 +825,7 @@ When appropriate, Spring Boot auto-configures the following javadoc:org.springfr
|
||||
| javadoc:org.springframework.boot.data.elasticsearch.health.DataElasticsearchReactiveHealthIndicator[]
|
||||
| Checks that an Elasticsearch cluster is up.
|
||||
|
||||
| `mongo`
|
||||
| `mongodb`
|
||||
| javadoc:org.springframework.boot.mongodb.health.MongoReactiveHealthIndicator[]
|
||||
| Checks that a Mongo database is up.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user