Spring Web Services

Exercise: Order Service Integration

  1. Implement a REST client component CatalogClient and use it in the order controller to look up the books of a purchase order in the catalog microservice.
  2. Implement a REST client component PaymentClient and use it in the order service to send payment orders to the payment microservice.