摘要: 一、maven的依赖;文中就贴重点的, 其他依赖就不贴了 <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.1.17</version> </dependency> 二、yml的 阅读全文
posted @ 2019-11-30 23:35 哎哟我去a 阅读(1259) 评论(0) 推荐(0) 编辑
摘要: 在springboot1.x系列中,其中使用的是jedis,但是到了springboot2.x其中使用的是Lettuce。 此处springboot2.x,所以使用的是Lettuce。关于jedis跟lettuce的区别: Lettuce 和 Jedis 的定位都是Redis的client,所以他们 阅读全文
posted @ 2019-11-30 23:09 哎哟我去a 阅读(1260) 评论(0) 推荐(0) 编辑