springboot 怎么集成redis

 我来答
小五彩鱼
2017-02-20 · TA获得超过128个赞
知道小有建树答主
回答量:367
采纳率:0%
帮助的人:474万
展开全部
1、在pom文件中引入即可
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
</dependency>

2、编写一个CacheService接口,使用redisCacheServiceImpl实现这个接口
官网的原文是这样的,也就是说,提供三个接口注入和你自己实现的其他实现类,默认是本地端口号为6379的redis
You can inject an auto-configured RedisConnectionFactory, StringRedisTemplate or vanilla RedisTemplate instance as you would any other Spring Bean.By default the instance will attempt to connect to a Redis server using localhost:6379:
燎原星火Mars
2020-02-18 · 大道至简,因为简单,所以高效,所以长久。
燎原星火Mars
采纳数:19 获赞数:21

向TA提问 私信TA
展开全部

完整的springboot集成redis方案介绍:SpringBoot整合Redis

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式