# springkafka **Repository Path**: bdzone/springkafka ## Basic Information - **Project Name**: springkafka - **Description**: springboot 2.3.0.RELEASE spring-kafka - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springkafka springboot 2.3.0.RELEASE spring-kafka ## git 提交命令 ``` git init git add . git commit -m 'Initial Commit' git push -u origin master ``` ##开发环境 ``` 1、centos 7 2、jdk 1.8 3、apache-zookeeper-3.6.1-bin 4、kafka_2.13-2.5.0.tgz ```