File tree Expand file tree Collapse file tree
weixin-java-common/src/main/java/me/chanjar/weixin/common
weixin-java-open/src/main/java/me/chanjar/weixin/open/api/impl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 244244 <dependency >
245245 <groupId >redis.clients</groupId >
246246 <artifactId >jedis</artifactId >
247- <version >2.9 .0</version >
247+ <version >3.3 .0</version >
248248 <scope >provided</scope >
249249 </dependency >
250250 <dependency >
Original file line number Diff line number Diff line change 33import lombok .RequiredArgsConstructor ;
44import me .chanjar .weixin .common .util .locks .JedisDistributedLock ;
55import redis .clients .jedis .Jedis ;
6- import redis .clients .util .Pool ;
6+ import redis .clients .jedis . util .Pool ;
77
88import java .util .concurrent .TimeUnit ;
99import java .util .concurrent .locks .Lock ;
Original file line number Diff line number Diff line change 66
77import com .github .jedis .lock .JedisLock ;
88import redis .clients .jedis .Jedis ;
9- import redis .clients .util .Pool ;
9+ import redis .clients .jedis . util .Pool ;
1010
1111/**
1212 * JedisPool 分布式锁
Original file line number Diff line number Diff line change 44import me .chanjar .weixin .common .redis .JedisWxRedisOps ;
55import me .chanjar .weixin .common .redis .WxRedisOps ;
66import redis .clients .jedis .Jedis ;
7- import redis .clients .util .Pool ;
7+ import redis .clients .jedis . util .Pool ;
88
99import java .util .concurrent .TimeUnit ;
1010import java .util .concurrent .locks .Lock ;
You can’t perform that action at this time.
0 commit comments