mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
Add @ConditionalOnProperty which enables conditional bean creation when all required properties are defined in the Environment. Fixes gh-812