Affects: Spring Boot 2.2.5
The externalized configuration constructor binding example code snippet shows an incorrect import.
Inocrrect import: import org.springframework.boot.context.properties.DefaultValue;
Correct import: import org.springframework.boot.context.properties.bind.DefaultValue;