<@U1TCY49GT>: In the examples from <http://docs.sp...
# spring
c
@dstarcev: In the examples from http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html I see you can add \@EnableConfigurationProperties(OAuth2Service.class) I am not sure if that will load an array of OAuth2Service the example has an array of String which doesn't require extra annotation.