Skip to content

Commit 111ecc7

Browse files
committed
add jedis util
1 parent a58c847 commit 111ecc7

File tree

2 files changed

+2301
-0
lines changed

2 files changed

+2301
-0
lines changed

springboot-jedis-sample/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
<artifactId>jedis</artifactId>
3636
<version>2.9.0</version>
3737
</dependency>
38+
39+
<dependency>
40+
<groupId>org.projectlombok</groupId>
41+
<artifactId>lombok</artifactId>
42+
<optional>true</optional>
43+
</dependency>
3844
</dependencies>
3945

4046
<build>

0 commit comments

Comments
 (0)