Skip to content

drLacheheb/HibernateDataJPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First Spring Data JPA Project

This repository contains my first simple project using Spring Data JPA and Hibernate.

Project Description

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.

Running Tests

To run the tests in this project, follow these steps:

  1. Clone this repository:

    git clone https://github.com/drLacheheb/HibernateDataJPA.git
  2. Navigate to the project directory:

    cd HibernateDataJPA
  3. Build the project using Maven:

    mvnw clean install
  4. Run the tests:

    mvnw test

    This command will execute all the test cases in the project, most of which are integration tests.

Requirements

  • Java 17

License

This project is not licensed. You can use it as learning material if you want.

About

My first Trying Spring Data JPA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages