Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 497 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 497 Bytes

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 :)