Commit 469ce570 authored by Stephane Nicoll's avatar Stephane Nicoll

Remove outdated note

As we've updated the complete ref doc to use a canonical format for
configuration keys, this not is outdated and this commit removes it.
parent 6df1ea35
...@@ -283,9 +283,6 @@ configuration by setting properties in `+spring.main.*+`. For example, in ...@@ -283,9 +283,6 @@ configuration by setting properties in `+spring.main.*+`. For example, in
Then the Spring Boot banner is not printed on startup, and the application is not starting Then the Spring Boot banner is not printed on startup, and the application is not starting
an embedded web server. an embedded web server.
NOTE: The preceding example also demonstrates how flexible binding allows the use of
underscores (`_`) as well as dashes (`-`) in property names.
Properties defined in external configuration override the values specified with the Java Properties defined in external configuration override the values specified with the Java
API, with the notable exception of the sources used to create the `ApplicationContext`. API, with the notable exception of the sources used to create the `ApplicationContext`.
Consider the following application: Consider the following application:
......
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