Skip to content

Commit 5edb4cb

Browse files
committed
Merge branch '6.1.x'
2 parents e9d5d68 + 6fdff20 commit 5edb4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/core/beans/factory-extension.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ dataSource.url=jdbc:mysql:mydb
439439
----
440440

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

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

0 commit comments

Comments
 (0)