摘要: @Slf4j @Component public class RedisLock { public static final int LOCK_EXPIRE = 5000; @Autowired private StringRedisTemplate redisTemplate; /** * 分布式 阅读全文
posted @ 2020-09-03 18:21 litf 阅读(3213) 评论(0) 推荐(0)