Book Image

Microservices and Cloud-Native Applications with Spring 5.0 [Video]

By : Ranga Rao Karanam
Book Image

Microservices and Cloud-Native Applications with Spring 5.0 [Video]

By: Ranga Rao Karanam

Overview of this book

<p><span id="description" class="sugar_field">Spring 5.0 is due to arrive with a myriad of new and exciting features that will change the way we’ve used the framework so far. This video will show you this evolution—from solving the problems of testable applications to building distributed applications on the cloud.</span></p> <p><span id="description" class="sugar_field">The video begins with an insight into the new features in Spring 5.0 and shows you how to build a Cloud-native application using Spring MVC. The advanced features of Spring Boot will be illustrated through powerful examples.</span></p> <p><span id="description" class="sugar_field">By the end of the video, you will be equipped with the knowledge and best practices required to develop microservices with the Spring Framework.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This video follows an end-to-end tutorial approach with lots of examples and sample applications, covering the major building blocks of the Spring framework.</span></span></p>
Table of Contents (4 chapters)
Chapter 3
Extending Microservices
Content Locked
Section 4
Documenting REST Services
There are multiple options to define a service contract for RESTful services. The most popular one in the last couple of years is Swagger. Swagger is gaining a lot of ground, with support from major vendors in the last couple of years. In this video, we will generate Swagger documentation for our services. - Generate Swagger specification - Define all the elements in the Todo bean - Create a todo for the user in Swagger UI