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-优快云博客在刚开始学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.youkuaiyun.com/u013379553/article/details/84348161

Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. 2025-06-19T02:37:54.443+08:00 ERROR 15392 --- [demo] [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter : *************************** 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.plugin.core.support.AbstractTypeAwareSupport$BeansOfTypeTargetSource.<init>(AbstractTypeAwareSupport.java:135) The following method did not exist: 'void org.springframework.util.Assert.notNull(java.lang.Object)' The calling method's class, org.springframework.plugin.core.support.AbstractTypeAwareSupport$BeansOfTypeTargetSource, was loaded from the following location: jar:file:/D:/Maven/respository/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.jar!/org/springframework/plugin/core/support/AbstractTypeAwareSupport$BeansOfTypeTargetSource.class The called method's class, org.springframework.util.Assert, is available from the following locations: jar:file:/D:/Maven/respository/org/springframework/spring-core/6.2.7/spring-core-6.2.7.jar!/org/springframework/util/Assert.class The called method's class hierarchy was loaded from the following locations: org.springframework.util.Assert: file:/D:/Maven/respository/org/springframework/spring-core/6.2.7/spring-core-6.2.7.jar Action: Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.plugin.core.support.AbstractTypeAwareSupport$BeansOfTypeTargetSource and org.springframework.util.Assert Process finished with exit code 0解决办法
最新发布
06-20
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值