springboot redisson demo实战项目
2019-04-29 本文已影响126人
灰色调诺言
简介
- redisson redis官方推荐使用的分布式锁和相关服务
Git地址
https://gitee.com/wqrzsy/lp-demo/tree/master/lp-redisson-demo
更多demo请关注
项目分析
1. RedissonClient的构建方式有两种
- Config自带默认配置

-
通过加载配置来构建Config,可以从json文件和yaml文件中加载
image.png
2. 测试
http://localhost:8080/swagger-ui.html
demo项目导入
参考: https://www.jianshu.com/p/cd0275a2f5fb
如果这篇文章对你有帮助请给个star
