Fix relaxed binding examples

Closes gh-12750
pull/12762/head
Stephane Nicoll 7 years ago
parent bf06854218
commit f99752283f

@ -1135,13 +1135,13 @@ In the preceding example, the following properties names can all be used:
|===
| Property | Note
|`acme.my-project.person.firstName`
|`acme.myProject.person.firstName`
|Standard camel case syntax.
|`acme.my-project.person.first-name`
|Kebab case, which is recommended for use in `.properties` and `.yml` files.
|`acme.my-project.person.first_name`
|`acme.my_project.person.first_name`
|Underscore notation, which is an alternative format for use in `.properties` and `.yml`
files.

Loading…
Cancel
Save