Redis – CacheManger defined as bean and in application.yaml
In Spring Boot, I would like to use one cache manager defined as bean plus Redis cache defined in application.yaml. But after define cache manager like bean the other one in application.yaml is ignored. @Bean public CacheManager cacheManager() { return…