drvicx / jdm-timesheet-cloud

Timesheet 2.0 Spring Cloud project with microservices
0 stars 0 forks source link

Implemented New Model for Orgdata and User #24

Closed drvicx closed 2 years ago

drvicx commented 2 years ago
  1. Created NEW HSQL database "timesheet-udm" from "timesheet" database;
  2. Added new fields for ORGDATA and USER Tables;
  3. Connected NEW Database to SERVICE-TIMESHEET App;
  4. Maked the appropriate changes to Orgdata and User Entity Class for SERVICE-TIMESHEET;
  5. Checked JSON Response from "/orgdatas" and "/users" endpoints;