mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
This works around spring-projects/spring-framework#28298. The bug means that when a @Configuration class is annotated with @ConfigurationProperties any bean defined by a static @Bean method is considered to be annotated with @ConfigurationProperties. See gh-30068