Spring Boot - Inversion of Control and Dependency Injection
In a Spring Boot application, you have two beans of the same type but want to inject one based on a runtime condition. How can you combine
@Qualifier with Spring's @Profile annotation to achieve this?