Practical SpringBoot Microservices Implementation Mastery

Learn to implement SpringBoot based Microservices and RESTful API's architecture



Platform: Udemy
Status: Available
Duration: 5 Hours

Price: $169.99 $0.00


Note: Udemy FREE coupon codes are valid for maximum 3 days only. Look for "Get Coupon" orange button at the end of Description. This post may have affiliate link & we may get small commission if you make a purchase.

Notice for Our Visitors in INDIA:
If Udemy Coupon is 100% OFF but it is not FREE when you go to Udemy Website, please follow the below instructions to make it work. This is mainly affecting visitors that has INDIA as a Country of Residence in their profile in Udemy.

Steps:
1. Use VPN (Virtual Private Network) & Select Another Country like USA.
2. Clear udemy.com website cookies from your browser or You can also use incognito mode or different browser like Opera which has inbuilt VPN.
3. After making a VPN Connection, Create a new Udemy Account.
4. Then go to your desired Course Page & Apply Coupon.
5. If the Coupon is successfully applied, then Continue the process & Enter the VPN Country.
6. Enjoy your Free Course!

What you'll learn

  • You will learn to create springboot based microservices
  • You will learn microservice concept of discovery service and registry
  • You will learn microservice concept of config server
  • You will learn microservice concept of API gateway
  • You will learn microservice concept of circuit breaker
  • You will learn microservice concept of API authentication with keyclock and Oauth2
Requirements
  • Basics of Java Programming language
  • Basics of SpringBoot
Description

Learn to implement SpringBoot based Microservices and RESTful API's architecture from scratch in a practical step by step approach.

Microservices architecture has many advantages like:

Improved productivity

Better resiliency

Increased scalability

Continuous integration/continuous delivery (CI/CD)

Optimize business functionality

and many more

We will be implementing many important concepts of microservices architecture like

Spring Cloud Config Server

Spring Cloud Bus

Spring Cloud Netflix Eureka

Spring Cloud Circuit Breaker

Spring Cloud Sleuth

Spring Cloud Gateway

Spring Cloud Stream

We will be creating many springboot projects from scratch from spring initializer, some of the microservice will be based on mongodb and some will work with mysql database.

Following are the steps we will cover:

1.1-Generating and Setting up of product service

1.2-Create product entity class with annotation

1.3-Create product repository

1.4-Creating controller and GET and POST endpoints

1.5-Test GET and POST endpoint with Postman

2.1-Generating and Setting up of booking service

2.2-Understanding Discovery service and Service registry

2.3-Generating and Setting up Discovery Service

2.4-Registering Product service as client to Discovery service

2.5-Registering Booking service as client to Discovery service

2.6-Understanding config server and centralized configuration

2.7-Create git repo and add properties files

2.8-Generate github token and use in Intellij to push code

2.9-Generating and Setting up of Configuration service

2.10-Configuring config server to fetch different profile based properties from github

2.11-Connecting booking service to config server on dev profile

2.12-Connecting product service to config server on dev profile

2.13-RefreshScope introduction

2.14-Implementing RefreshScope Part-1

2.15-Implementing RefreshScope Part-2

2.16-HarshiCorp vault setup part-1

2.17-HarshiCorp vault setup part-2

2.18-Storing booking service secrets in Vault

2.19-getting vault data in microservice

3.1-Implementing message broker

3.2-Installing RabbiMQ

3.3.0-Using RabbitMQ in microservice

3.3.1-Fixing the vault secret fetching issue

3.4-What is API Gateway

3.5-Setup and Configuration of API gateway

3.6-Testing the API's with API Gateway Part-1

3.7-Testing the API's with API Gateway Part-2

3.8-Installing and setting up Keycloak server

3.9-Configuring keycloak client and user

3.10-Configuring spring security filter in API Gateway to intercept request

3.11-Configure Product Service as Resource Server

3.12-Testing API Gateway and Keycloak security

4.1-Overview of Circuit Breaker Pattern

4.2-Generating the stock project from springboot starter

4.3-Implementing entity repository and controller

4.4-Configuring properties for stock service

4.5-Implementing entity controller repository for booking service

4.6-Implementing Feign client call from booking to stock service

Who this course is for:

  • Anyone who wants to learn and implement the microservices architecture using java and springboot