1
0
mirror of synced 2026-02-19 12:17:55 +08:00

🎨 open模块移除Jedis强关联

This commit is contained in:
taneg
2021-05-14 10:52:04 +08:00
committed by GitHub
parent 15bd95c3cb
commit 65c1cdc07c
3 changed files with 153 additions and 6 deletions

View File

@@ -91,6 +91,10 @@
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
</dependency>
</dependencies>
<build>