Spring @Repository Annotation
URL: https://www.progressiverobot.com/spring-repository-annotation/ Spring @Repository annotation is used to indicate that the class provides the mechanism for storage, retrieval, search, update and delete operation on objects. Spring @Repository Annotation Spring Repository annotation is a specialization of [@Component](/community/tutorials/spring-component) annotation, so Spring Repository classes are autodetected by [spring framework](/community/tutorials/spring-framework) through classpath scanning. Spring Repository is very close to […]