Redis – Replacing existing jar in .m2/repository with new jar
I am working on a spring boot application with maven dependency on spring-session-data-redis. I would like to customize the createSession() of MapSession class in spring-sessions. As this is now not supported in spring-sessions. So I have cloned this spring-sessions repo…