<!-- Spring boot parent dependency -->
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version><!-- spring boot version --></version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<!-- Spring data dependency -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
`
-
Notifications
You must be signed in to change notification settings - Fork 0
anandmnair/spring-data-jpa-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
sample project to demo the spring data jpa along with pagination examples
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published