Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 368 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 368 Bytes

Kafka SpringBoot Demo

Kafka整合SpringBoot Demo

starter版本:

<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.3.2.RELEASE</version>
    <type>pom</type>
</dependency>