Fix property name in Container Extension Points section

Closes gh-33039
This commit is contained in:
Stéphane Nicoll
2024-06-16 16:51:05 +02:00
parent ef81f06528
commit c8df1861bf

View File

@@ -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