添加kafka的依赖

dev.event
Number7 2024-09-29 12:24:25 +08:00
parent 2ec6d89c62
commit fd529f0cec
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@
<groupId>org.springframework.kafka</groupId> <groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId> <artifactId>spring-kafka</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
</dependency>
</dependencies> </dependencies>
<properties> <properties>