kpitracker
Those projects were developed with followings.
- Java SDK 8 (1.8.0_112)
- Spring-boot (1.5.1.RELEASE)
The whole application has been packaged to be run as mvn spring-boot:run followed by h2-console insert query:
INSERT INTO `role` VALUES (1,'ADMIN');
INSERT INTO `role` VALUES (2,'USER');
You need a new folder to clone the codes and you can get the codes from git repo.
git clone https://github.com/imdadareeph/kpitracker.git