Browse Source

Fix property name in Container Extension Points section

Closes gh-33037
pull/33047/head
Stéphane Nicoll 2 years ago
parent
commit
6fdff201e9
  1. 2
      framework-docs/modules/ROOT/pages/core/beans/factory-extension.adoc

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

@ -439,7 +439,7 @@ dataSource.url=jdbc:mysql:mydb @@ -439,7 +439,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

Loading…
Cancel
Save