Browse Source

Merge branch '1.3.x'

pull/5498/merge
Stephane Nicoll 10 years ago
parent
commit
87b963b396
  1. 3
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

3
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -852,6 +852,9 @@ The following properties names can all be used: @@ -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…
Cancel
Save