We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9378948 commit 91d50b4Copy full SHA for 91d50b4
README.md
@@ -30,6 +30,10 @@ Java 知识点,继续完善中。
30
- [对象的创建与内存分配](https://github.com/crossoverJie/Java-Interview/blob/master/MD/newObject.md)
31
- [你应该知道的 volatile 关键字](https://github.com/crossoverJie/Java-Interview/blob/master/MD/concurrent/volatile.md)
32
33
+### 分布式相关
34
+
35
+- [基于 Redis 的分布式锁](https://github.com/crossoverJie/distributed-lock-redis)
36
37
### 常用框架
38
39
- [Spring Bean 生命周期](https://github.com/crossoverJie/Java-Interview/blob/master/MD/spring/spring-bean-lifecycle.md)
0 commit comments