File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
redis-distributed-lock-starter/src/main/java/com/snowalker/lock/redisson Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -84,3 +84,7 @@ redis-distributed-lock-demo-spring redis-distributed-lock-core 调
8484 2018-07-11 09:48:13.625 |-INFO [pool-3-thread-1] com.snowalker.executor.ExecutorRedissonAnnotation [25] -| [ExecutorRedisson]--执行定时任务结束,休眠三秒
8585 2018-07-11 09:48:13.627 |-INFO [pool-3-thread-1] com.snowalker.lock.redisson.annotation.DistributedLockHandler [46] -| 释放Redis分布式锁[成功],解锁完成,结束业务逻辑...
8686 2018-07-11 09:48:13.628 |-INFO [pool-3-thread-1] com.snowalker.lock.redisson.annotation.DistributedLockHandler [50] -| [结束]执行RedisLock环绕通知
87+
88+ ## 参考资料
89+
90+ [ 分布式锁的多种实现] ( http://wuwenliang.net/2018/07/08/%E5%88%86%E5%B8%83%E5%BC%8F%E9%94%81%E7%9A%84%E5%A4%9A%E7%A7%8D%E5%AE%9E%E7%8E%B0/ )
Original file line number Diff line number Diff line change 99/**
1010 * @author snowalker
1111 * @date 2018/7/10
12- * @desc 分布式基于Redisson
12+ * @desc 分布式锁实现基于Redisson
1313 */
1414public class RedissonLock {
1515
Original file line number Diff line number Diff line change 88/**
99 * @author snowalker
1010 * @date 2018/7/10
11- * @desc
11+ * @desc Redisson核心配置,用于提供初始化的redisson实例
1212 */
1313public class RedissonManager {
1414
You can’t perform that action at this time.
0 commit comments