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-33038
  • Loading branch information
snicoll committed Jun 16, 2024
1 parent 7796437 commit e17afed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,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 e17afed

Please sign in to comment.