feat: Spring AOP + Redisson 实现分布式锁

This commit is contained in:
xiongxiaoyang
2022-06-20 13:20:00 +08:00
parent ac1628aa2a
commit 9bd95d3f28
8 changed files with 208 additions and 22 deletions

View File

@ -0,0 +1,3 @@
singleServerConfig:
address: "redis://127.0.0.1:6379"
password: 123456