Skip to content

najiboulhouch/spring-data-overview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-data-overiew

Basic Spring data application tested via JUnit4 and assertj-core.

This project is created using spring boot 2.1.9.RELEASE.

This overview cover :

  • Create and manipulate a Repository extends from CrudRepository.
  • Create a Direved Queries(findBy..).
  • Paging and Sorting using PagingAndSortingRepository.
  • Create a custom Repository.
  • How to use Transaction annotations in methods and class.

If you have any questions or opinions, you can create issues here. Thanks :)

Releases

No releases published

Packages

No packages published

Languages