spring-boot
spring-boot copied to clipboard
Configuration processor does not detect default value defined in parent class
If a property is defined in a parent class of a @ConfigurationProperties annotated POJO, it is not detected by the annotation processor as it only checks for constant defined in the base class itself.
This affects #2898
@snicoll This issue seems to have been resolved ?
@chenglongyan I don't think so.