Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 936 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 936 Bytes

Spring-JPA - Digital Innovation One

The goal of this project is to understand JPA in real project.

Getting Started

  1. Clone this project
  2. Run into root path of this project the following command:
mvn clean package
  1. start project.

Prerequisites

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:

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.

https://www.youtube.com/watch?v=Qw9zlE3t8Ko.