Annotation-specified bean name ‘brdbService‘ for bean class

简介: Annotation-specified bean name ‘brdbService‘ for bean class

启动报错,

Annotation-specified bean name 'brdbService' for bean class [com.test.service.brdbService] conflicts with existing

分析原因: 出现这个错误主要是你的spring里面的bean名字重复了。

解决方法:

(1)如果只需要扫描impl指定目录下的包,不扫其他重复bean所在包可解决问题 spring中配置  也能解决问题。

(2)去掉相同的bean名称,解决根本问题

目录
相关文章
|
6月前
|
XML Java 数据格式
ClassPathXmlApplicationContex和ApplicationContext和BeanFactory的区别和联系
ClassPathXmlApplicationContex和ApplicationContext和BeanFactory的区别和联系
57 2
|
6月前
|
Java Spring 容器
同一接口有多个实现类,怎么来注入一个指定的实现?@Resource、@Autowired、@Qualifier
同一接口有多个实现类,怎么来注入一个指定的实现?@Resource、@Autowired、@Qualifier
285 0
|
6月前
|
Java Spring 容器
ServiceLocatorFactoryBean获取Bean方法
在上述示例中,`MyService`是要获取的具体Bean的类型。通过配置 `ServiceLocatorFactoryBean`,定义 `ServiceLocator`接口和实现类,然后通过获取 `MyServiceLocator`实例并调用方法,可以从Spring容器中获取特定类型的Bean。 买CN2云服务器,免备案服务器,高防服务器,就选蓝易云。百度搜索:蓝易云
83 0
|
6月前
|
Java Spring
spring注解@Autowired、@Resource说明
spring注解@Autowired、@Resource说明
|
Java 编译器
解决NoSuchBeanDefinitionException: No qualifying bean of type ‘bean.User‘ available
解决NoSuchBeanDefinitionException: No qualifying bean of type ‘bean.User‘ available
180 0
|
XML Java 数据格式
配置bean的4种情况
只有聪明人才能看见的摘要~( ̄▽ ̄~)~
82 2
|
XML 设计模式 Java
什么是bean
什么是bean
449 0
|
XML Java 数据格式
JavaConfig与常见Annotation(必知必会系列)
上一篇我们介绍了 Spring中Bean的生命周期,这一篇我们接着学习在Spring Boot中的一些常用注解。
168 0
JavaConfig与常见Annotation(必知必会系列)
|
开发框架 Java Spring
spring注解:@Autowired 和@Resource
spring注解:@Autowired 和@Resource
308 0
|
XML Java 数据格式
@Bean 注解
@Bean 注解
2984 5