Commit 1a8a7608 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.1.x' into 2.2.x

Closes gh-19451
parents aa54a476 2db2daed
...@@ -819,9 +819,7 @@ The preceding POJO defines the following properties: ...@@ -819,9 +819,7 @@ The preceding POJO defines the following properties:
* `acme.security.password`. * `acme.security.password`.
* `acme.security.roles`, with a collection of `String` that defaults to `USER`. * `acme.security.roles`, with a collection of `String` that defaults to `USER`.
NOTE: Spring Boot auto-configuration heavily makes use of `@ConfigurationProperties` for easily configuring auto-configured beans. NOTE: The properties that map to `@ConfigurationProperties` classes available in Spring Boot, which are configured via properties files, YAML files, environment variables etc., are public API but the accessors (getters/setters) of the class itself are not meant to be used directly.
Similar to auto-configuration classes, `@ConfigurationProperties` classes available in Spring Boot are for internal use only.
The properties that map to the class, which are configured via properties files, YAML files, environment variables etc., are public API but the content of the class itself is not meant to be used directly.
[NOTE] [NOTE]
==== ====
......
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