This simple example combines 2 docker files and docker-compose file, one to spin up a mysql container and the other a java container. These docker files are located in the corresponding folders (mysql ...
A simple console application demonstrating how to use Hibernate and JPA to save Java objects to a MySQL database. This project is a beginner-friendly example of basic Object-Relational Mapping (ORM).