Merge branch '1.3.x'
This commit is contained in:
commit
87b963b396
|
@ -852,6 +852,9 @@ The following properties names can all be used:
|
|||
|`person.first-name`
|
||||
|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`
|
||||
|Upper case format. Recommended when using a system environment variables.
|
||||
|===
|
||||
|
|
Loading…
Reference in New Issue