What is difference between @Component and @Service?
Anonymous
@Component is class level annotation and it makes a Java class as a bean. @Service is also a class level annotation and it defines the class has implemented business logics in it.
Check out your Company Bowl for anonymous work chats.