From bc1fd8fc7112a48824824f464c409fe7f42cb871 Mon Sep 17 00:00:00 2001 From: "binbin.hou" Date: Thu, 8 Dec 2022 13:53:21 +0800 Subject: [PATCH] [Feature] add for new --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6af2a50..7e1d042 100644 --- a/README.md +++ b/README.md @@ -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) [![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 的整合方式 +- 渐进式设计,可独立于 spring 使用 + - 整合 spring - 整合 spring-boot @@ -258,4 +260,10 @@ public @interface Lock { 持有锁的线程可以多次获取锁 -- [x] 分布式锁注解支持 \ No newline at end of file +- [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) \ No newline at end of file