This repository contains my first simple project using Spring Data JPA and Hibernate.
In this project, I have implemented a basic example of using Spring Data JPA with Hibernate. The main focus is on understanding how to set up entities, repositories, and perform CRUD operations using these technologies. Currently, the project consists solely of integration tests to validate CRUD functionalities.
To run the tests in this project, follow these steps:
-
Clone this repository:
git clone https://github.com/drLacheheb/HibernateDataJPA.git
-
Navigate to the project directory:
cd HibernateDataJPA -
Build the project using Maven:
mvnw clean install
-
Run the tests:
mvnw testThis command will execute all the test cases in the project, most of which are integration tests.
- Java 17
This project is not licensed. You can use it as learning material if you want.