SpringBoot Problem supplying property via environment variable for ConfigurationProperties with dash-delimited prefix and nested object
I am using spring-boot 2.2.10.This works:@Data@ConstructorBinding@ConfigurationProperties(prefix = "someconfig"...