spring boot中使用redis -Jedis

Posted 纯洁的心灵

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring boot中使用redis -Jedis相关的知识,希望对你有一定的参考价值。

1、加入jar包依赖 使用maven形式

2、项目配置文件设置redis信息 

 

注意:一定要在spring节点下

3、新建初始化 JedisPool的bean 让spring boot启动加载该bean的配置信息

 

4、新建 JedisUtil类

以上是关于spring boot中使用redis -Jedis的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot 实践2 --项目中使用 Redis

Java 在spring cloud中使用Redis,spring boot同样适用

Spring Boot 2.X:Spring Boot 集成 Redis

Spring Boot中使用Redis小结

Spring boot 2.x 中使用redis

Spring Boot中Redis的使用