Java注解方式基于Redission实现分布式锁
摘要:
1、定义注解类 @Target({ ElementType.METHOD }) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface DistributedLock { //锁名称 String lockName() de 阅读全文
posted @ 2020-01-13 18:10 深藏的豆沙包 阅读(2108) 评论(0) 推荐(0) 编辑