背景
常用的spring boot 问题收集
注解
@Bean
和 @Component
注解优先使用哪个注入
好像得看代码实现,可能和版本有关
@Component
的使用
@Component
挂在类上面 , @Bean
挂在方法里面,@Bean
更加灵活
[Component ]https://www.baeldung.com/spring-component-annotation