Commit f9975228 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix relaxed binding examples

Closes gh-12750
parent bf068542
...@@ -1135,13 +1135,13 @@ In the preceding example, the following properties names can all be used: ...@@ -1135,13 +1135,13 @@ In the preceding example, the following properties names can all be used:
|=== |===
| Property | Note | Property | Note
|`acme.my-project.person.firstName` |`acme.myProject.person.firstName`
|Standard camel case syntax. |Standard camel case syntax.
|`acme.my-project.person.first-name` |`acme.my-project.person.first-name`
|Kebab case, which is recommended for use in `.properties` and `.yml` files. |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` |Underscore notation, which is an alternative format for use in `.properties` and `.yml`
files. files.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment