Skip to content

Commit e1b3902

Browse files
committed
ReadME file updated
1 parent 283bd6d commit e1b3902

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,20 @@ To access H2 DB console
2323

2424
### API's and sample json message
2525
Person Api:
26+
2627
> POST http://localhost:8585/api/savePerson
28+
2729
> GET http://localhost:8585/api/getAllPerson
30+
2831
> GET http://localhost:8585/api/findByPersonId/1
2932
3033

3134
Employee Api:
35+
3236
> POST http://localhost:8585/api/addEmployee
37+
3338
> GET http://localhost:8585/api/getAllEmployee
39+
3440
> GET http://localhost:8585/api/findByEmployeeId/1
3541
3642
Person Message:

0 commit comments

Comments
 (0)