Diff between @Bean & @Component
Both @Bean and @Component are ways to tell spring ioc container “Hey, i want u to manage these object for me”.
@Component is a class-level annotation. Its basically telling ioc container “during your startup scan, when u meet this class, please initi...
blog.zackhu.com1 min read