Skip to content

idali0226/dina-web

Repository files navigation

dina-web

Build Status codecov.io

This repository consists of three basic modules in dinaproject:

  • dina-datamodel
  • dina-data-jpa
  • dina-data-service

dina-datamodel is the model of entities from dina database

dina-data-jpa is the CRUD operations to dina database

dina-data-service is a restful service which provides a set of methods to read, create, updat and delete data instance(s) to/from dina database.

All the moduls are java project and build with maven

Build instructions

To build the project in maven:

mvn clean install