Skip to content

luismendes070/spring-jpa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.