Commit 93b4ad1e authored by Narendar Vakiti's avatar Narendar Vakiti

Update README.md

parent f4fa49b2
This springboot application is for call rest services from BookStore API (https://gitlab.mynisum.com/nvakiti/bookstore-api.git)
Below are the URL's of BookStore App
**Below are the URL's of BookStore App**
http://localhost:8082/getbooks
Above Url access http://localhost:8083/getbookdetails BookStore-API Rest service
http://localhost:8082/getauthor
Above Url access http://localhost:8083/getauthordetails BookStore-API Rest service
* http://localhost:8082/getbooks
http://localhost:8082/addbooks
Above Url access http://localhost:8083/addbookdetails BookStore-API Rest service
Above Url access http://localhost:8083/getbookdetails BookStore-API Rest service
* http://localhost:8082/getauthor
Above Url access http://localhost:8083/getauthordetails BookStore-API Rest service
* http://localhost:8082/addbooks
Above Url access http://localhost:8083/addbookdetails BookStore-API Rest service
Same above URL's we can access through gateway application using below URL's
http://localhost:8081/bookstore/getbooks
http://localhost:8081/bookstore/getauthor
http://localhost:8081/bookstore/addbooks
* http://localhost:8081/bookstore/getbooks
* http://localhost:8081/bookstore/getauthor
* http://localhost:8081/bookstore/addbooks
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment