admin管理员组文章数量:1794759
SpringBoot中提示:Consider marking one of the beans as @Primary, updating the consumer to accept multipl
场景
SpringBoot项目在启动时提示:
Consider marking one of the beans as @Primary, updating the consumer to accept multiple beans, or us
因为sringboot通过@Autowired注入接口的实现类时发现有多个,也就是有多个类继承了这个接口,spring容器不知道使用哪一个。
加@Primary表示某个实现类首选注入
本文标签: 提示beansmarkingSpringBootPRIMARY
版权声明:本文标题:SpringBoot中提示:Consider marking one of the beans as @Primary, updating the consumer to accept multipl 内容由林淑君副主任自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.xiehuijuan.com/baike/1686554597a81279.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论