一切福田,不離方寸,從心而覓,感無不通。

springboot 2.0 使用redis

由于还使用elasticsearch,所以使用jedis没有使用lettuce 不然两个会冲突
1.pom引入

2.配置走一波,2.0版本之前的一些被移除了,我使用jedis就配置jedis了,使用lettuce的话一个样,换个名字就行

3.redis config走一波

4.jedis config 走一波

5.然后直接用就行了

 

from:https://blog.csdn.net/wangh92/article/details/79626969