Skip to content

Commit 004ea51

Browse files
parameswaranvvwilkinsona
authored andcommitted
Make it clear to which type the DataSource properties are bound
See gh-20727
1 parent ed2196f commit 004ea51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/groovy/generateConfigurationPropertyTables.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def generateConfigMetadataDocumentation() {
5656
"spring.jdbc", "spring.jpa")
5757
.addOverride("spring.datasource.dbcp2", "Commons DBCP2 specific settings")
5858
.addOverride("spring.datasource.tomcat", "Tomcat datasource specific settings")
59-
.addOverride("spring.datasource.hikari", "Hikari specific settings")
59+
.addOverride("spring.datasource.hikari", "Hikari specific settings bound to an instance of `HikariDataSource`")
6060
.addSection("transaction")
6161
.withKeyPrefixes("spring.jta", "spring.transaction")
6262
.addSection("integration")

0 commit comments

Comments
 (0)