Merge branch '2.2.x'

Closes gh-20622
This commit is contained in:
Stephane Nicoll 2020-03-23 15:28:41 +01:00
commit 8c9711ab9a
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ The example in the previous section can be rewritten in an immutable fashion as
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.boot.context.properties.ConstructorBinding;
import org.springframework.boot.context.properties.DefaultValue;
import org.springframework.boot.context.properties.bind.DefaultValue;
@ConstructorBinding
@ConfigurationProperties("acme")