Fix key to datasource health indicator in reference doc

Closes gh-26268
This commit is contained in:
Stephane Nicoll 2021-04-28 16:14:06 +02:00
parent 79ecf596ec
commit e7bf0a0bd6
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ with the `key` listed in the table below.
| {spring-boot-actuator-module-code}/couchbase/CouchbaseHealthIndicator.java[`CouchbaseHealthIndicator`]
| Checks that a Couchbase cluster is up.
| `datasource`
| `db`
| {spring-boot-actuator-module-code}/jdbc/DataSourceHealthIndicator.java[`DataSourceHealthIndicator`]
| Checks that a connection to `DataSource` can be obtained.