Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 713 Bytes

File metadata and controls

17 lines (11 loc) · 713 Bytes

tutorial-jdbc

Simple project using jdbc, mysql repository and log4j2.

Description

Using jdbc to manage relation Master-Detail.

Relational Database Model : db_sales

Relational Database Model

Please follow the instructions:

  • Execute the script db_sales.sql that contains the database
  • Put your credentials on db.properties
  • The main class is Application.class
  • Play with the console and follow the commands