Dear Java Developers,
we will look into an sample REST API created using Spring Boot, Spring Webflux (Reactive) and integrated with another API using Webclient.
Also we will add unit test cases to test Controller, Service and Webclient classes.
OrderService - Receives inputs and checks inventory and create order.
InventoryService checks and confirms products available in inventory. Secured with JWT Token.
@ResponseStatus
No comments:
Post a Comment