Spring
Overview of @Component, @Controller, @Repository, @Service
Overview In this post, we will go through @Component, @Controller, @Repository, @Service annotations in Spring Framework. Stereotype Annotations Spring scans and registers Beans in the ApplicationContext. We can use @Component, @Controller, @Repository, @Service depending on the use case. Let’s see them in detail @Component @Component is the most generic stereotype for Read more…