Commit f4fa49b2 authored by Narendar Vakiti's avatar Narendar Vakiti

Add README.md

parent 8e367367
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
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/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
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