We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42778a commit 6fdff20Copy full SHA for 6fdff20
framework-docs/modules/ROOT/pages/core/beans/factory-extension.adoc
@@ -439,7 +439,7 @@ dataSource.url=jdbc:mysql:mydb
439
----
440
441
This example file can be used with a container definition that contains a bean called
442
-`dataSource` that has `driver` and `url` properties.
+`dataSource` that has `driverClassName` and `url` properties.
443
444
Compound property names are also supported, as long as every component of the path
445
except the final property being overridden is already non-null (presumably initialized
0 commit comments