调整了kafka和feign

This commit is contained in:
Administrator
2020-10-28 21:44:22 +08:00
parent bc18ae6e7b
commit 54527c6d3d
4 changed files with 35 additions and 4 deletions

View File

@ -16,9 +16,17 @@
<name>mall-ebtp-cloud-kafka-starter</name>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
</project>