Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 820 Bytes

File metadata and controls

18 lines (14 loc) · 820 Bytes

Create Java Data Access to a Git repository

Last updated: 2022-11-26

This repository contains a JKFramework-Data example which communicates with a Git repository as persistence layer.

Prerequisites:

  • JDK 17+ Installed
  • A Git repository created.

Project Main Contents

The repository contains the following main contents:

  1. Maven project with pom.xml

📄Note: If you are using Eclipse, be sure to refresh your project (select your project→ right click→ Maven→ Update Project)

  1. Config file which contains the Git repo information.
  2. Java Model class
  3. Data Access class
  4. Main java class