Java-异常org.springframework.beans.factory.BeanDefinitionStoreException

一、异常日志

org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.xxx.frond.company.PlatformCompanyApplication]; nested exception is org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'jedisUtil' for bean class [com.xxx.trip.common.component.JedisUtil] conflicts with existing, non-compatible bean definition of same name and class [com.xxx.frond.company.component.JedisUtil]

二、异常原因

引入新的依赖包,文件冲突,版本不一致

三、解决方法

1、保持版本一致(不好保证)
2、排除新依赖包中的冲突jar包(前提是jar包内部未使用)

四、建议

新的依赖包是内部自研工具包,最好只提供基础精简的功能,不要再过多引入其它内部自研工具包,不然提供给上层服务很难处理混乱的依赖关系

文章仅作为个人学习整理,欢迎指正

根据引用和引用的信息,你的报错信息是org.springframework.beans.factory.BeanDefinitionStoreException。这个异常通常是由于pom文件的依赖配置问题导致的。具体的错误原因可以通过详细的报错信息(caused by)找到。在你的报错信息中,关键的报错信息是:Caused by: java.lang.IllegalStateException: Could not evaluate condition on org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration due to org/springframework/core/annotation/MergedAnnotations$SearchStrategy not found. Make sure your own configuration does not rely on that class. 根据引用的提示,你可以查看pom文件中关于actuator的依赖配置,确保依赖配置正确。具体的依赖配置可以通过以下代码示例来进行检查: ```xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <version>2.2.7.RELEASE</version> </dependency> ``` 如果你已经确认依赖配置正确,但问题仍然存在,你可以尝试查看Spring Cloud官方网站(https://projects.spring.io/spring-cloud/)获取更多关于nacos服务启动报错的解决方法。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *2* [Springcloud中服务启动失败报错:org.springframework.beans.factory.BeanDefinitionStoreException](https://blog.csdn.net/baidu_38769016/article/details/106151236)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *3* [springcloud 入门第一坑[org.springframework.beans.factory.BeanDefinitionStoreException: Failed to ...](https://blog.csdn.net/u012930316/article/details/79578006)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值