18- department-service-A (testing part using postman)

 


 Steps taken to POST OR GET your API on POSTMAN

1-     Download and Open POSTMAN API.

2-    Choose the method you want to execute  (POST) or  (GET).

3-   Write your URL Path " http://localhost:8080/departments"

4-    Choose the format which you are submitting data in my case is body-> raw -> json

5-   Submit  and wait for Response..

6-   Check your MySQL Workbench to see your changes OR HttpStatus . 


Creating or Posting your first entry

Image 1


Creating or Posting your second entry

Image 2


Creating or Posting your third entry

Image 3


Creating or Posting your fourth entry

Image 4


Getting all values on SQL Workbench

Image 5


Getting all values on POSTMAN

Image 6

Comments

Popular posts from this blog

INDEX OF JAVA 8 and MICROSERVICES BLOG