原创
springboot 集成redis
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency># Redis数据库索引(默认为0)
spring.redi...
2018-05-30 09:16:57
阅读数 70
评论数 1