
springboot+redis切换指定数据库or动态切换数据库
redis切换数据库项目使用指定的数据库项目中动态切换数据库项目使用指定的数据库需求1:甲方有很多系统用redis,我们这个系统需要指定用到4数据库在配置文件中设置数据库spring: redis: host: xx port: xx password: xxx database: 1redis配置类@Configuration@EnableCaching/** * redis配置 */public class RedisConfig exten






