新建spring boot项目
这里使用intellij IDEA
添加kafka集成maven
<?xml version="1.0" encoding="UTF-8"?>4.0.0 com.example demo 0.0.1-SNAPSHOT jar demo Demo project for Spring Boot org.springframework.boot spring-boot-starter-parent 1.5.8.RELEASE UTF-8 UTF-8 1.8 org.springframework.boot spring-boot-starter-web org.springframework.kafka spring-kafka org.springframework.boot spring-boot-starter-test test org.springframework.boot spring-boot-maven-plugin