Commit 004ea51b authored by Param's avatar Param Committed by Andy Wilkinson

Make it clear to which type the DataSource properties are bound

See gh-20727
parent ed2196fd
...@@ -56,7 +56,7 @@ def generateConfigMetadataDocumentation() { ...@@ -56,7 +56,7 @@ def generateConfigMetadataDocumentation() {
"spring.jdbc", "spring.jpa") "spring.jdbc", "spring.jpa")
.addOverride("spring.datasource.dbcp2", "Commons DBCP2 specific settings") .addOverride("spring.datasource.dbcp2", "Commons DBCP2 specific settings")
.addOverride("spring.datasource.tomcat", "Tomcat datasource specific settings") .addOverride("spring.datasource.tomcat", "Tomcat datasource specific settings")
.addOverride("spring.datasource.hikari", "Hikari specific settings") .addOverride("spring.datasource.hikari", "Hikari specific settings bound to an instance of `HikariDataSource`")
.addSection("transaction") .addSection("transaction")
.withKeyPrefixes("spring.jta", "spring.transaction") .withKeyPrefixes("spring.jta", "spring.transaction")
.addSection("integration") .addSection("integration")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment