Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Spring data JPA + @DataJpaTest

This is the source code for Testing Spring Data JPA with @DataJpaTest

Technologies used:

  • Spring Boot 3.1.2
  • Spring Data JPA (Hibernate 6 is the default JPA implementation)
  • H2 in-memory database
  • Maven
  • Java 17
  • JUnit 5

How to run it

$ git clone https://github.com/mkyong/spring-boot.git

$ cd spring-data-jpa-test

$ ./mvnw test