kafkatemplate专题

springboot Factory method ‘kafkaTemplate‘ threw exception

生产发布代码的时候,错误代码如下: 发现是引入的kafka包的json冲突 <groupId>org.springframework.kafka</groupId><artifactId>spring-kafka</artifactId><version>${spring-kafka.version}</version> 通过查询springboot的 包管理依赖的版本进行修复