compile group: org.springframework.boot, name: spring-boot-starter-data-redis, version: 2.0.4.RELEASEcompile group: redis.clients, name: jedis, version: 2.9.0可能会漏了后者。
compile group: 'org.springframework.boot', name: 'spring-boot-starter-data-redis', version: '2.0.4.RELEASE'
compile group: 'redis.clients', name: 'jedis', version: '2.9.0'
可能会漏了后者。
编程基础网
本文标题为:Redis在Java项目中的依赖
基础教程推荐
猜你喜欢
- MySQL实现批量插入测试数据的方式总结 2023-08-12
- 还原Sql Server数据库BAK备份文件的3种方式以及常见错误总结 2023-07-29
- 关于对MongoDB索引的一些简单理解 2023-07-15
- centos7中redis安装 2023-09-12
- Oracle 数据库启动过程的三阶段、停库四种模式详解 2023-07-23
- Redis五种数据类型详解 2023-07-13
- SQL数据库十四种案例介绍 2023-08-12
- Redis中的BigKey问题排查与解决思路详解 2023-07-13
- 在阿里云CentOS 6.8上安装Redis 2023-09-12
- mysql查询FIND_IN_SET REGEXP实践示例 2023-07-27
