Skip to content

Digital Innovation One - Live - JPA

Notifications You must be signed in to change notification settings

luismendes070/jpa-dio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure-JPA - Digital Innovation One

The goal of this project is to learn core conceps of JPA.

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.