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

本文共 3147 字,大约阅读时间需要 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的,所以没区别。

转载地址:http://kxcmo.baihongyu.com/

你可能感兴趣的文章
runtime简介
查看>>
网站收集
查看>>
MySQL5.7 (审计)安装audit审计插件
查看>>
LightSpeed 之Sql和存储过程的使用
查看>>
codeforces Looksery Cup 2015 H Degenerate Matrix 二分 注意浮点数陷阱
查看>>
EntLib 3.1学习笔记(1) : Caching Application Block
查看>>
组合模式
查看>>
C++指针专题
查看>>
在asp.net中关于<% %>,用法总结
查看>>
Go-插入排序
查看>>
LeetCode-76-Minimum Window Substring
查看>>
oracle插入数据时解决和旧数据id的冲突
查看>>
linux yum命令详解
查看>>
struts——拦截器
查看>>
程序员软件
查看>>
Android学习记录--使用继承ListActivity 注意事项
查看>>
CodeForces 1082 G Petya and Graph 最大权闭合子图。
查看>>
python IO编程-StringIO和BytesIO
查看>>
Gradle构建Java Web应用:Servlet依赖与Tomcat插件(转)
查看>>
各种ESB产品比较(转)
查看>>