Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Jump-Start Microservices on Spring Boot and Spring Cloud
Rating: 4.5 out of 5(11 ratings)
145 students

Jump-Start Microservices on Spring Boot and Spring Cloud

Microservices Architecture Implementation using Spring Boot Plugin and OSS patterns
Created byRadha v krishna
Last updated 7/2022
English

What you'll learn

  • Learn and appreciate the working of microservices architecture on Spring Boot
  • Get a clarity on how Micro Services Communicate with Each Other
  • Tools and Patterns that are available in the market
  • Create a small case study implementing the above

Course content

11 sections82 lectures3h 51m total length
  • What is a Monolithic Application?1:08
  • How does a Monolithic Application work?1:45
  • What is SOA and Microservices Architecture?4:09
  • Benefits of MS Architecture2:04
  • What are the Challenges of Microservices?2:09
  • How do we address the challenges of Microservices?1:48

Requirements

  • Java Programming Basics and basic understanding of web services

Description

The main objective of the microservices implementation is to split up the application as a separate service for each core and API service functionality and it should be deployed independently on the cloud. We have chosen the reactive programming language with a set of components that can be used to implement our operations model. Spring Cloud integrates the Netflix components in the spring environment in a very nice way using auto-configuration and convention over configuration similar to how Spring Boot works.

Spring Boot is a brand new framework from the team at Pivotal, designed to simplify the bootstrapping and development of a new spring application. The framework takes an opinionated approach to configuration, freeing developers from the need to define the boilerplate configuration.

This course aims at getting an understanding and hands on skills on Microservices and its implementation using Spring Boot Plugin. This course covers almost all important patterns introduced by Netflix to address the challenges of Microservices Architecture.

Starting with drawing a comparison between a Monolithic application and Microservices Architecture till applying the Netflix patterns on Spring Boot Services, this course glues one to a fabulous learning environment.

This course covers tools like Spring Cloud Config, Eureka, Cloud Gateway, Oauth cloud , Hystrix, Ribbon, Feign etc..


Who this course is for:

  • Java trainees and developers