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
Creating or Posting your second entry
Creating or Posting your third entry
Creating or Posting your fourth entry
Getting all values on SQL Workbench
Getting all values on POSTMAN
Comments
Post a Comment