Skip to content

Commit e7bf0a0

Browse files
committed
Fix key to datasource health indicator in reference doc
Closes gh-26268
1 parent 79ecf59 commit e7bf0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ with the `key` listed in the table below.
678678
| {spring-boot-actuator-module-code}/couchbase/CouchbaseHealthIndicator.java[`CouchbaseHealthIndicator`]
679679
| Checks that a Couchbase cluster is up.
680680

681-
| `datasource`
681+
| `db`
682682
| {spring-boot-actuator-module-code}/jdbc/DataSourceHealthIndicator.java[`DataSourceHealthIndicator`]
683683
| Checks that a connection to `DataSource` can be obtained.
684684

0 commit comments

Comments
 (0)