[Feature] add for new

This commit is contained in:
binbin.hou
2022-12-08 13:53:21 +08:00
parent 4ce823e161
commit bc1fd8fc71

View File

@@ -1,6 +1,6 @@
# 项目简介 # 项目简介
[lock](https://github.com/houbb/lock) 为 java 设计的分布式锁。 [lock](https://github.com/houbb/lock) 为 java 设计的分布式锁,开箱即用,纵享丝滑
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.houbb/lock/badge.svg)](http://mvnrepository.com/artifact/com.github.houbb/lock) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.houbb/lock/badge.svg)](http://mvnrepository.com/artifact/com.github.houbb/lock)
[![Build Status](https://www.travis-ci.org/houbb/lock.svg?branch=master)](https://www.travis-ci.org/houbb/lock?branch=master) [![Build Status](https://www.travis-ci.org/houbb/lock.svg?branch=master)](https://www.travis-ci.org/houbb/lock?branch=master)
@@ -14,6 +14,8 @@
- 内置支持多种 redis 的整合方式 - 内置支持多种 redis 的整合方式
- 渐进式设计,可独立于 spring 使用
- 整合 spring - 整合 spring
- 整合 spring-boot - 整合 spring-boot
@@ -258,4 +260,10 @@ public @interface Lock {
持有锁的线程可以多次获取锁 持有锁的线程可以多次获取锁
- [x] 分布式锁注解支持 - [x] 分布式锁注解支持
# 拓展阅读
[Redis 分布式锁](https://houbb.github.io/2018/09/08/redis-learn-42-distributed-lock-redis)
[java 从零实现 redis 分布式锁](https://houbb.github.io/2018/09/08/redis-learn-43-distributed-lock-redis-java-impl)