@@ -129,6 +129,16 @@
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
</dependency>
+ <!--redis设置-->
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-data-redis</artifactId>
+ </dependency>
+ <!-- 必须加上,jedis依赖此 -->
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-pool2</artifactId>
</dependencies>
<build>