Skip to content

Commit

Permalink
Make it clear to which type the DataSource properties are bound
Browse files Browse the repository at this point in the history
  • Loading branch information
parameswaranvv authored and wilkinsona committed Mar 31, 2020
1 parent ed2196f commit 004ea51
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ def generateConfigMetadataDocumentation() {
"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.hikari", "Hikari specific settings bound to an instance of `HikariDataSource`")
.addSection("transaction")
.withKeyPrefixes("spring.jta", "spring.transaction")
.addSection("integration")
Expand Down

0 comments on commit 004ea51

Please sign in to comment.