- To
mapstructto work properly, use following commands to run the application.
gradle clean build
gradle clean bootRun
- Open swagger-ui test the application.
- User Table
| ID | NAME |
|---|---|
| 1001 | Ashu |
- Post Table
| ID | MESSAGE | POST_CREATE_TIME | POST_LAST_UPDATE_TIME | USER_ID |
|---|---|---|---|---|
| 48ba9b1c22ec4030b064f8d226cfdac1 | Hi Ashu | 2022-05-08 12:59:57.844103 | 2022-05-08 12:59:57.844103 | 1001 |
- Employee Table
| ID | NAME |
|---|---|
| 1001 | Ashu |
- Locker Table
| LOCKER_NO | EMPLOYEE_ID |
|---|---|
| LOCK101 | 1001 |
Run Postman Collection to test the application. Check the test results for any errors.