害羞咖啡

文章
6
资源
0
加入时间
2年10月17天

springboot访问多个redis库

概述可能会有这样一个需求,在一个类中,需要多个redistemplate访问不同的redis库,在springboot中以注入方式创建一个redistemplate,另外的redistemplate的话,可以通过new来创建(非注入方式创建)redistemplatedemo引入pom<dependency> <groupId>redis.clients</groupId>