Skip to content

Commit 1a8a760

Browse files
committed
Merge branch '2.1.x' into 2.2.x
Closes gh-19451
2 parents aa54a47 + 2db2dae commit 1a8a760

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -819,9 +819,7 @@ The preceding POJO defines the following properties:
819819
* `acme.security.password`.
820820
* `acme.security.roles`, with a collection of `String` that defaults to `USER`.
821821

822-
NOTE: Spring Boot auto-configuration heavily makes use of `@ConfigurationProperties` for easily configuring auto-configured beans.
823-
Similar to auto-configuration classes, `@ConfigurationProperties` classes available in Spring Boot are for internal use only.
824-
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.
822+
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.
825823

826824
[NOTE]
827825
====

0 commit comments

Comments
 (0)