Skip to content

sample project to demo the spring data jpa along with pagination examples

Notifications You must be signed in to change notification settings

anandmnair/spring-data-jpa-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Spring Data Jpa

Configuration

    <!-- 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>
`

About

sample project to demo the spring data jpa along with pagination examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages