Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Begin with Microservices
7 students

Begin with Microservices

Learn Microservices using Spring boot with Spring Cloud
Created bySrini Dasari
Last updated 6/2025
English

What you'll learn

  • Students can explore more about Microservices with fully hands on examples..
  • After completing the course students can proceed to create micro services using CURD operations and other services and functionalities.
  • Students or software developers can implement microservices solutions in various API based projects.
  • Before learning Microservices it is better to have minimal knowledge in java..

Course content

10 sections51 lectures9h 41m total length
  • Introduction : Microservices-architecture9:14
  • Environment setup : STS tool2:41
  • Setup MongoDB2:57
  • Setup-Postman3:47
  • How to add student details into mongodb using microservice10:08
  • How to delete record from mongo db using microservice5:24
  • How to update student details in mongo db using microservices4:09
  • Retrieve student details from MongoDb using microservice20:27
  • Java is not recognized as an internal or external command2:02

Requirements

  • Prior java experience is needed and little bit JSON / Mongo DB knowledge needed.

Description

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

Who this course is for:

  • Someone who has already had knowledge in java, Advanced Java so that they can easily learn about micro services. Those who want to develop API services and microservices it would be more useful.