Skip to content

Commit

Permalink
Merge pull request #20727 from parameswaranvv
Browse files Browse the repository at this point in the history
* gh-20727:
  Polish "Make it clear to which type the DataSource properties are bound"
  Make it clear to which type the DataSource properties are bound

Closes gh-20727
  • Loading branch information
wilkinsona committed Mar 31, 2020
2 parents ed2196f + 6d7c3da commit f0338c9
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -54,9 +54,9 @@ def generateConfigMetadataDocumentation() {
"spring.influx", "spring.mongodb", "spring.redis",
"spring.dao", "spring.data", "spring.datasource", "spring.jooq",
"spring.jdbc", "spring.jpa")
.addOverride("spring.datasource.dbcp2", "Commons DBCP2 specific settings")
.addOverride("spring.datasource.tomcat", "Tomcat datasource specific settings")
.addOverride("spring.datasource.hikari", "Hikari specific settings")
.addOverride("spring.datasource.dbcp2", "Commons DBCP2 specific settings bound to an instance of DBCP2's BasicDataSource")
.addOverride("spring.datasource.tomcat", "Tomcat datasource specific settings bound to an instance of Tomcat JDBC's DataSource")
.addOverride("spring.datasource.hikari", "Hikari specific settings bound to an instance of Hikari's HikariDataSource")
.addSection("transaction")
.withKeyPrefixes("spring.jta", "spring.transaction")
.addSection("integration")
Expand Down

0 comments on commit f0338c9

Please sign in to comment.