pull/12762/head
Stephane Nicoll 7 years ago
parent f99752283f
commit ad6a888e47

@ -1135,12 +1135,12 @@ In the preceding example, the following properties names can all be used:
|=== |===
| Property | Note | Property | Note
|`acme.myProject.person.firstName`
|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.myProject.person.firstName`
|Standard camel case syntax.
|`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.

Loading…
Cancel
Save