博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
spring-boot-starter-data-redis与spring-boot-starter-redis两个包的区别
阅读量:5366 次
发布时间:2019-06-15

本文共 3199 字,大约阅读时间需要 10 分钟。

spring-boot-starter-data-redis:

4.0.0
org.springframework.boot
spring-boot-starters
1.4.7.RELEASE
spring-boot-starter-data-redis
Spring Boot Data Redis Starter
Starter for using Redis key-value data store with Spring Data Redis and the Jedis client
http://projects.spring.io/spring-boot/
Pivotal Software, Inc.
http://www.spring.io
${basedir}/../..
org.springframework.boot
spring-boot-starter
org.springframework.data
spring-data-redis
redis.clients
jedis
org.basepom.maven
duplicate-finder-maven-plugin
duplicate-dependencies
validate
check
changelog.txt

spring-boot-starter-redis:

4.0.0
org.springframework.boot
spring-boot-starters
1.4.7.RELEASE
spring-boot-starter-redis
spring-boot-starter-redis (DEPRECATED)
Starter for using Redis key-value data store with Spring Data Redis and the Jedis client. Deprecated as of 1.4 in favor of spring-boot-starter-data-redis
http://projects.spring.io/spring-boot/
Pivotal Software, Inc.
http://www.spring.io
${basedir}/../..
org.springframework.boot
spring-boot-starter
org.springframework.data
spring-data-redis
redis.clients
jedis
org.basepom.maven
duplicate-finder-maven-plugin
duplicate-dependencies
validate
check
changelog.txt

可以看出两者的POM引入的包基本一致,都是基于Jedis的,所以没区别。

转载于:https://www.cnblogs.com/EasonJim/p/7737671.html

你可能感兴趣的文章
一个.NET通用JSON解析/构建类的实现(c#)
查看>>
如何辨别一个程序员的水平高低?是靠发量吗?
查看>>
linux的子进程调用exec( )系列函数
查看>>
zju 2744 回文字符 hdu 1544
查看>>
【luogu P2298 Mzc和男家丁的游戏】 题解
查看>>
前端笔记-bom
查看>>
上海淮海中路上苹果旗舰店门口欲砸一台IMAC电脑维权
查看>>
给mysql数据库字段值拼接前缀或后缀。 concat()函数
查看>>
迷宫问题
查看>>
【FZSZ2017暑假提高组Day9】猜数游戏(number)
查看>>
练习10-1 使用递归函数计算1到n之和(10 分
查看>>
Oracle MySQL yaSSL 不明细节缓冲区溢出漏洞2
查看>>
Code Snippet
查看>>
zoj 1232 Adventure of Super Mario
查看>>
组合数学 UVa 11538 Chess Queen
查看>>
Redis常用命令
查看>>
[转载]电脑小绝技
查看>>
thinkphp如何实现伪静态
查看>>
BZOJ 1925: [Sdoi2010]地精部落( dp )
查看>>
c++中的string常用函数用法总结!
查看>>