소스 검색

fix: redis配置冲突

jay 2 년 전
부모
커밋
01a1894f14
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      iot-common/iot-common-dao/iot-data-serviceImpl-cache/pom.xml

+ 2 - 2
iot-common/iot-common-dao/iot-data-serviceImpl-cache/pom.xml

@@ -19,8 +19,8 @@
         </dependency>
 
         <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-data-redis</artifactId>
+            <groupId>cc.iotkit</groupId>
+            <artifactId>iot-common-redis</artifactId>
         </dependency>
 
         <dependency>