|
@@ -231,6 +231,15 @@
|
|
<artifactId>protocol-all</artifactId>
|
|
<artifactId>protocol-all</artifactId>
|
|
<version>1.2.10</version>
|
|
<version>1.2.10</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-data-redis</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>redis.clients</groupId>
|
|
|
|
+ <artifactId>jedis</artifactId>
|
|
|
|
+ <version>3.6.3</version>
|
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|