From e7bf0a0bd6770b8ac7d166b38dc60a2812ee9400 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 28 Apr 2021 16:14:06 +0200 Subject: [PATCH] Fix key to datasource health indicator in reference doc Closes gh-26268 --- .../src/docs/asciidoc/production-ready-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc index 6dce8b1370..7de3cb6372 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/production-ready-features.adoc @@ -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.