↧
Answer by jordiburgos for Problem in configuring spring boot and redis
Spring Boot parent pom already defines the versions of the starters, so remove the version from spring-boot-starter-data-redis dependency. Your pom.xml would have at least these dependencies....
View ArticleProblem in configuring spring boot and redis
I have an old spring boot application (1.5.0-FINAL) and I can't change this version. I want to add redis to my application, that's what I did: 1) added the maven dep: <dependency>...
View Article