springboot+kafka簡易入門Demo

1.pom.xml中加入kafka依賴: <dependency> <groupId>org.springframework.kafka</groupId> <artifactId>spring-kafka</artifactId> </dependency> 2.application.properties中配置kafka: ##
相關文章
相關標籤/搜索