Polish documentation
Add a reference ot underscore notation Closes gh-5268
This commit is contained in:
parent
0a7a283f45
commit
3363415712
|
@ -840,6 +840,9 @@ The following properties names can all be used:
|
||||||
|`person.first-name`
|
|`person.first-name`
|
||||||
|Dashed notation, recommended for use in `.properties` and `.yml` files.
|
|Dashed notation, recommended for use in `.properties` and `.yml` files.
|
||||||
|
|
||||||
|
|`person.first_name`
|
||||||
|
|Underscore notation, alternative format for use in `.properties` and `.yml` files.
|
||||||
|
|
||||||
|`PERSON_FIRST_NAME`
|
|`PERSON_FIRST_NAME`
|
||||||
|Upper case format. Recommended when using a system environment variables.
|
|Upper case format. Recommended when using a system environment variables.
|
||||||
|===
|
|===
|
||||||
|
|
Loading…
Reference in New Issue