Skip to content

Commit

Permalink
Fix property name in Container Extension Points section
Browse files Browse the repository at this point in the history
Closes gh-33039
  • Loading branch information
snicoll committed Jun 16, 2024
1 parent ef81f06 commit c8df186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/core/core-beans.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4547,7 +4547,7 @@ dataSource.url=jdbc:mysql:mydb
----

This example file can be used with a container definition that contains a bean called
`dataSource` that has `driver` and `url` properties.
`dataSource` that has `driverClassName` and `url` properties.

Compound property names are also supported, as long as every component of the path
except the final property being overridden is already non-null (presumably initialized
Expand Down

0 comments on commit c8df186

Please sign in to comment.