Quantcast
Channel: Spring Framework – Apps Developer Blog
Viewing all articles
Browse latest Browse all 10

@Repository Annotation in Spring

$
0
0

In this tutorial, you will learn what the @Respository annotation is and how to use it in your Spring Boot applications. @Repository is a Spring annotation that indicates that the decorated class is a repository. A repository is a mechanism for encapsulating storage, retrieval, and search behaviour which emulates a collection of objects. How to…

<p>The post @Repository Annotation in Spring first appeared on Apps Developer Blog.</p>


Viewing all articles
Browse latest Browse all 10

Trending Articles