Multiple instances of the same configuration-properties-class in Spring Boot
29-Sep-21Spring Boots @ConfigurationProperties is a powerful annotation. Read the full story in the documentation. These days it seems widely known that you can put it on type-level of one of your property classes and bind external configuration to that class. What is less know is that you can use it on @Bean annotated methods as […]