Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll 2018-04-22 11:12:12 +02:00
commit 50d73285f7
1 changed files with 3 additions and 0 deletions

View File

@ -980,6 +980,9 @@ fly by using its default constructor, you need a setter.
Some people use Project Lombok to add getters and setters automatically. Make sure that
Lombok does not generate any particular constructor for such a type, as it is used
automatically by the container to instantiate the object.
Finally, only standard Java Bean properties are considered and binding on static
properties are not supported.
====
TIP: See also the <<boot-features-external-config-vs-value,differences between `@Value`