本文主要是介绍springboot Factory method ‘kafkaTemplate‘ threw exception,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
生产发布代码的时候,错误代码如下:
发现是引入的kafka包的json冲突
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>${spring-kafka.version}</version>
通过查询springboot的 包管理依赖的版本进行修复
https://docs.spring.io/spring-boot/docs/2.5.2/reference/html/dependency-versions.html#dependency-versions.coordinates
这篇关于springboot Factory method ‘kafkaTemplate‘ threw exception的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!