Skip to content

luismendes070/jdbc-dio

 
 

Repository files navigation

JDBC - Digital Innovation One

The goal of this project is to remember JDBC implementation

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.