贪玩电脑

文章
2
资源
0
加入时间
2年10月21天

Redis在Java项目中的依赖

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'可能会漏了后者。...