Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example of data access on a Git repository instead of relational database. This could be useful in persisting file with versions tracking and privileges such as Configurations.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages