spring-boot-demo icon indicating copy to clipboard operation
spring-boot-demo copied to clipboard

[BUG]使用ZooKeeper实现分布式锁的demo中,无法获取到动态key

Open echohw opened this issue 4 years ago • 1 comments
trafficstars

错误位置(com.xkcoding.zookeeper.aspectj.ZooLockAspect#buildLockKey):

if (!annotation.annotationType().isInstance(LockKeyParam.class)) {
...
Object value = declaredField.get(clazz);

echohw avatar Feb 27 '21 06:02 echohw

谢谢~

xkcoding avatar Mar 01 '21 09:03 xkcoding