Skip to content

Commit c8df186

Browse files
committed
Fix property name in Container Extension Points section
Closes gh-33039
1 parent ef81f06 commit c8df186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/core/core-beans.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4547,7 +4547,7 @@ dataSource.url=jdbc:mysql:mydb
45474547
----
45484548

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

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

0 commit comments

Comments
 (0)