springboot启动异常日志
Description:
A component required a bean of type ‘org.springframework.kafka.core.KafkaTemplate’ that could not be found.
Action:
Consider defining a bean of type ‘org.springframework.kafka.core.KafkaTemplate’ in your configuration.
原因 :版本springboot版本和kafka版本冲突
修改方式:去除pom.xml中kafka版本号
org.springframework.kafka
spring-kafka
这样就行了