The goal of this project is to learn core conceps of JPA.
- Clone this project
- Run into root path of this project the following command:
mvn clean package
- start project.
To run this project, you must install MySQL or Docker. To become easy MySQL installation I created docker-compose.yaml to install MySQL.
If you dont know, how to install docker and docker-compose, watch tutorial in following link:
- Windows: https://www.youtube.com/watch?v=_9AWYlt86B8
- Linux: https://www.youtube.com/watch?v=bpbcu36t7g0&t=6s
- Mac: https://www.youtube.com/watch?v=mbSsh40_8WM
To install MySQL using Docker, run following command in root path of this project:
docker-compose up
If you have dificult to understand this readme.md, you can watch following video to understand docker-compose.