admin管理员组文章数量:1130349
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
报这个错是因为sringboot通过@Autowired注入接口的实现类时发现有多个,也就是有多个类继承了这个接口,spring容器不知道使用哪一个。
完整报错
解决方案
起因就是这里配置了这个
clientSecret不匹配
报错行
原因:存储时加密了,导致取出来的时候也是加密的
解决方案,将加密的地方取消
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
报这个错是因为sringboot通过@Autowired注入接口的实现类时发现有多个,也就是有多个类继承了这个接口,spring容器不知道使用哪一个。
完整报错
解决方案
起因就是这里配置了这个
clientSecret不匹配
报错行
原因:存储时加密了,导致取出来的时候也是加密的
解决方案,将加密的地方取消
本文标签: Primarybeansmarkingupdatingmultiple
版权声明:本文标题:Consider marking one of the beans as @Primary, updating the consumer to accept multiple beans,.... 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/jiaocheng/1738336661a1562819.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论