This is a simple Java program using JPA Hibernate to manage product and category data. The program allows for basic Create, Read, Update, and Delete (CRUD) operations in an H2 database.
Make sure you have the following installed before running the program:
- Java 11 or higher
- Maven
- Clone this repository to your local machine:
git clone https://github.com/Davidfi34/shop.git
- Java 11
- Maven
- Hibernate 5.6.14.Final
- H2 Database 2.1.214