Commit 33634157 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish documentation

Add a reference ot underscore notation

Closes gh-5268
parent 0a7a283f
......@@ -840,6 +840,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.
|===
......
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