Guide for Spring annotations
Here you can go for a list of annotations of spring and its purpose
@Bean - Annotated method produces a bean managed by the Spring IoC container
@Component - Marks annotated class as a bean found by the component-scanning and loaded into the applicat...
bathiniramesh.hashnode.dev8 min read