Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 500 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 500 Bytes

spring-boot-jpa-mongo-redis-demo

1、项目简介

在SpringBoot是项目中整合了两个Redis的操作实例,可以增加多个; 一般在一个微服务生态群中是不会出现多个Redis中间件的,所以这种场景很少见,但也不可避免,但是不建议使用,个人建议。 基于Spring Boot 1.5.9-RELEASE和JDK1.8,希望能够帮到你。如果帮到你了,请给我一个星星。

2、项目技术点

  • spring-boot-starter-data-redis

3、如何使用?