logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Action: Consider marking one of the beans as @Primary, updating the consumer to accept multiple bean

Action:Consider marking one of the beans as @Primary, updating the consumer to accept multiple beans, or using @Qualifier to identify the bean that should be consumed报错可能是因为使用@Autowired注解,但是该接口下有多个实现,

#java
到底了