Book Image

Professional Spring Boot 2 [Video]

By : Shalini Mittal
Book Image

Professional Spring Boot 2 [Video]

By: Shalini Mittal

Overview of this book

<p><span id="description" class="sugar_field">You've been using Spring, but your company has recently moved to Spring Boot. You now need to build API-first, Cloud-first, easy-to-scale applications but you don't know how. This course will help you get back in the application developer groove with the power of Spring Boot. </span></p> <p><span id="description" class="sugar_field">The course transforms your skillset away from building single, large Java applications. You'll benefit from understanding what microservices are, and the problems they pose for typical Java web services. You'll delve into the Spring Boot architecture and learn to use its components for your professional projects. </span></p> <p><span id="description" class="sugar_field">Through practical examples, you'll build your own JSON RESTful web service, which is an essential tool for any Spring Boot developer. You'll learn to use Mockito and JUnit to build an end-to-end integration testing suite and you'll be on a par with your competitors. Lastly, you will use AWS and Docker to deploy your application to the cloud.</span></p> <p><span id="description" class="sugar_field">Harness the power of Spring Boot and take your enterprise application development career to the next level. The course will help you and your business compete with others by building portable and easy-to-scale microservices with ease.</span></p> <p><span id="description" class="sugar_field">All the code and supporting files for this course are available at <a href="https://github.com/PacktPublishing/Professional-Spring-Boot-2" target="_new">https://github.com/PacktPublishing/Professional-Spring-Boot-2</a></span></p> <h1><span class="sugar_field">Style and Approach</span></h1> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">The course makes you follow in the steps of a professional Spring Boot developer. You will understand, through practical examples, how you can build, test, and deploy your application on AWS with in-depth, yet easy-to-follow steps.</span></span></p>
Table of Contents (5 chapters)
Chapter 2
Creating JSON RESTful Web Services in Spring Boot
Content Locked
Section 4
Building a REST API and Request Mappings
The Spring Boot application will be mapped for various REST endpoints. Understand the RequestMapping annotation. - Extend the controller for various request mapping - Understand get, post, put and delete operations - Test the controller on advance rest client