浏览代码

pom加入redis依赖

xusl 3 年之前
父节点
当前提交
36a7f22d53
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      ipfcst-console/pom.xml

+ 9 - 0
ipfcst-console/pom.xml

@@ -231,6 +231,15 @@
       <artifactId>protocol-all</artifactId>
       <version>1.2.10</version>
     </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>