Skip to content

Commit d0375c9

Browse files
committed
🚧 spring-boot-demo-mq-kafka 努力ing
1 parent 58241f6 commit d0375c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-demo-mq-kafka/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
<artifactId>spring-boot-starter</artifactId>
2929
</dependency>
3030

31+
<dependency>
32+
<groupId>org.springframework.kafka</groupId>
33+
<artifactId>spring-kafka</artifactId>
34+
</dependency>
35+
3136
<dependency>
3237
<groupId>org.springframework.boot</groupId>
3338
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)