Spring Application 启动异常 - The class hierarchy was loaded from the following locations

如遇到上述错误,有可能是以下原因:

 

spring-boot-starter-data-redis 我擅自增加了版本号,与SpringBoot版本不一致,导致报错。

因此引用Spring-boot-parent 让其自动管理各个版本号即可,避免由于版本不一致造成的冲突。

 

 

 

 由此得到的启发,虽然问题不一样,但解决方案是一样的,感谢作者!

记spring boot配置redis 项目启动时的一个奇怪的错误_More than coding-CSDN博客在刚开始学redis时,我照着网上的教程,把redis和jedis整合到spring boot,整合完毕后,启动项目总是失败,总是爆出下面的错误:【Correct the classpath of your application so that it contains a single, compatible version of org.springframework.data.reposit...https://blog.csdn.net/u013379553/article/details/84348161

*************************** APPLICATION FAILED TO START *************************** Description: An attempt was made to call a method that does not exist. The attempt was made from the following location: org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer.configureContainer(ConcurrentKafkaListenerContainerFactoryConfigurer.java:240) The following method did not exist: 'void org.springframework.kafka.listener.ContainerProperties.setKafkaAwareTransactionManager(org.springframework.kafka.transaction.KafkaAwareTransactionManager)' The calling method's class, org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer, was loaded from the following location: jar:file:/C:/Users/Xu.Zhang42/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/3.4.3/spring-boot-autoconfigure-3.4.3.jar!/org/springframework/boot/autoconfigure/kafka/ConcurrentKafkaListenerContainerFactoryConfigurer.class The called method's class, org.springframework.kafka.listener.ContainerProperties, is available from the following locations: jar:file:/C:/Users/Xu.Zhang42/.m2/repository/org/springframework/kafka/spring-kafka/3.0.10/spring-kafka-3.0.10.jar!/org/springframework/kafka/listener/ContainerProperties.class The called method's class hierarchy was loaded from the following locations: org.springframework.kafka.listener.ContainerProperties: file:/C:/Users/Xu.Zhang42/.m2/repository/org/springframework/kafka/spring-kafka/3.0.10/spring-kafka-3.0.10.jar org.springframework.kafka.listener.ConsumerProperties: file:/C:/Users/Xu.Zhang42/.m2/repository/org/springframework/kafka/spring-kafka/3.0.10/spring-kafka-3.0.10.jar Action: Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer and org.springframework.kafka.listener.ContainerProperties
03-13
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值