James
Results
2
issues of
James
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor -...
1. ✅ 基础框架搭建 - 完成了 `lock4j-etcd-spring-boot-starter` 模块的创建 - 实现了 `@EtcdLock` 注解 - 实现了基本的 `EtcdLockExecutor` 类 2. ✅ 核心功能实现 - 实现了基于 etcd 的锁获取和释放机制 - 集成了 jetcd 客户端 - 实现了自动配置类 `EtcdLockAutoConfiguration`