We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef81f06 commit c8df186Copy full SHA for c8df186
src/docs/asciidoc/core/core-beans.adoc
@@ -4547,7 +4547,7 @@ dataSource.url=jdbc:mysql:mydb
4547
----
4548
4549
This example file can be used with a container definition that contains a bean called
4550
-`dataSource` that has `driver` and `url` properties.
+`dataSource` that has `driverClassName` and `url` properties.
4551
4552
Compound property names are also supported, as long as every component of the path
4553
except the final property being overridden is already non-null (presumably initialized
0 commit comments