filmov
tv
Building Spring Web Client for REST API Communication - On the Fly Demonstration

Показать описание
This video lectures/demonstrates about building web client for communicating with REST API using Spring Web Client. For demonstration purpose a Course REST API have been developed with 3 features such as adding a new course, finding all the courses and remove the courses from/to datastore. The Course REST API was built using Spring Boot REST Controller, JPA as persistence provider and H2 as In-Memory data store. The web client is built in blocking fashion while retrieving response from the API. Hoping this video should be useful for the team migrating from Spring REST Template to Spring Web Client. I will be happier to reply to the comments from the viewers.
The source code is available in,
The source code is available in,