fix: redis配置冲突

V0.5.x
jay 2023-07-21 14:52:18 +08:00
parent 902bac91e7
commit 01a1894f14
1 changed files with 2 additions and 2 deletions

View File

@ -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>