摘要:
package com.shanhe.service; import com.shanhe.entity.CommodityDetails; import com.shanhe.lock.impl.RedisLockImpl; import com.shanhe.mapper.CommodityDe 阅读全文
摘要:
Curator环境搭建 Maven依赖 <dependency> <groupId>org.apache.curator</groupId> <artifactId>curator-recipes</artifactId> <version>4.2.0</version> </dependency> 阅读全文