
In this course, you will learn how to build REST APIs or Microservices using the latest version of Spring Boot), and Mongo database.
Spring Boot is basically an extension of the Spring framework which eliminated the boilerplate configurations required for setting up a Spring application.
Spring Boot is an opinionated framework that helps developers build Spring-based applications quickly and easily. The main goal of Spring Boot is to quickly create Spring-based applications without requiring developers to write the same boilerplate configuration again and again.
Microservices are an architectural style to building the system/application as
A set of smaller business components that are autonomous, self-contained and
Loosely coupled. Micro means small and service is webservice. After completing this student will become more comfortable to develop microservice based projects.
Using this course students can learn about API Gateway's, Eureka servers.
Using this course students able to perform CURD operations.
Using this course students will understand about various integrations.
Using this course students can manage to download open source software's and they will be able to setup environment setup for microservices.
Evolution of microservice:-
Many organizations such as Netflix, Amazon, and eBay successfully used the divide and conquer technique to functionality partition their monolithic applications into smaller atomic units, each performing a single function. These organization solved a number of issue
they were experiencing with their monolithic applications. Following the success of these organization, many other organizations started adopting
This as a common pattern to refactor their monolithic applications.
Purpose of microservice:
Applications to achieve a high degree of agility, speed of delivery, and scalability