Главная
Study mode:
on
1
Microservices with Springboot #1 | Microservice Architecture | Microservice - Monolithic application
2
Microservices with Spring boot #2 || What is REST API || RESTfull API || HTTP Methods
3
Microservices with Spring boot #3 || RESTfull Application using spring boot + java
4
Microservices with Spring boot #4 || Spring Boot Annotations | What are Spring Boot Annotations
5
Microservices with Spring boot #5 | Hotswapping code in Spring boot | spring boot devtools
6
Microservices with Spring Boot #6.1 || Spring Boot Actuators || Monitoring Spring Boot Application
7
Microservices with Spring Boot #6.2 || Custom actuator endpoint || Securing Actuator Endpoints
8
Microservices with Spring Boot #7 || Swagger Documentation + Spring Boot || REST API Documentation
9
Microservices with SpringBoot #8.1 || Properties in SpringBoot || @Value & @ConfigurationProperties
10
Microservices with Spring Boot #8.2 || What is YAML || .yaml vs .properties || yaml in spring boot
11
Microservices with Spring Boot #9 || Profiles in Spring Boot || How to use profiles in spring boot
12
Microservices with Spring Boot #10 || Logging in Spring Boot App || Different levels of loggging
13
Microservices with Spring Boot #11.1 || Spring Data +REST + JPA + MySQL || Spring Boot + JPA + MySQL
14
Microservices with Spring Boot #11.2 || @Query annotation || Spring data JPA || CRUD-JPA Repository
15
Microservices with Spring Boot #11.3 || Sorting Spring data JPA || PagingAndSortingRepoitory demo
16
Microservices with Spring Boot #11.4 || Pagination || Slicing || NativeQuery || Spring data JPA
17
Exchange method of Spring RestTemplate - Part 1 || Calling REST API using RestTemplate
18
Exchange method of Spring RestTemplate- Part 2 || Calling REST API using RestTemplate
19
Calling REST API using Spring RestTemplate using {HttpMethod}forEntity() || All about RestTemplate
20
What is RestTemplateBuilder || How to Create instance of RestTemplate using RestTemplateBuilder
21
RestTemplateBuilder || How to add baseUrl in RestTemplate || How to set root uri in RestTemplate
22
RestTemplateBuilder || How to add timeout in RestTemplate || How to set readTimeout in RestTemplate
23
How to enable HTTPS in a Spring Boot application || Spring Boot SSL || Spring boot enable SSL
24
Access HTTPS RESTful service using RestTemplate || Bypass SSL validation in Spring RestTemplate
25
How to do centralized logging in microservices? || Centralized logging with RestTemplate
26
What is Spring Cloud OpenFeign || Calling REST API with OpenFeign || Declarative REST client
27
How to make call to 3rd party REST service using OpenFeign client for Http GET/PUT/POST/DELETE
28
How to set timeout with Spring cloud OpenFeign || Placeholders with Spring cloud OpenFeign
29
What is circuit breaker design pattern in microservices || All about circuit breaker
30
Netflix Hystrix Circuit Breaker || Netflix Hystrix + Micrservices || Netflix Hystrix + Spring Boot
31
Netflix Hystrix Dashboard || Hystrix dashboard in microservices || Hystrix Dashboard customization
32
What is Spring Cloud Config Server || Config Server || Cloud Config Server || Need of config server
33
Spring cloud config server with spring boot || Cloud config server with spring boot
34
Spring Cloud Config Client - Part 1 of 2 || Spring Cloud Config - Client
35
Spring Cloud Config Client - Part 2 of 2 || Spring Cloud Config - Client
36
All about spring cloud configuration server || All about spring cloud config client || spring docs
37
API Gateway || API Gateway in microservices architecture || What is API Gateway || Green Learner
38
Api Gateway using ZUUL #1 || Netflix ZUUL || Netflix Zuul with Spring Boot || Green Learner
39
Api Gateway using ZUUL #2 || Internal Architecture of Netflix Zuul || Netflix Zuul || Green Learner
40
API Gateway using ZUUL #3 || Netflix ZUUL Filters Demo || Logging with Zuul Filters || Green Learner
41
API Gateway using ZUUL #4 || Netflix Zuul Actuator endpoints + Spring Boot || Green Learner
42
API Gateway using ZUUL #5 || Netflix ZUUL + SpringBoot + Hystrix + Circuit Breaker || Green Learner
43
API Gateway using ZUUL #6 || Netflix ZUUL + SpringBoot + Spring Security || Green Learner
44
Microservices Registry & Discovery #1 || Quick Intro of Service Discovery || Green Learner
45
Microservices Registry & Discovery #2 || Detailed Explanation of Service Discovery & Registry
46
Microservices Registry & Discovery #3 || Demo - Eureka Server + Spring Boot || Green Learner
47
Microservices Registry & Discovery #4 || Demo - Eureka Client Service + Spring Boot || Green Learner
48
Microservices Registry & Discovery #5.1 || Demo - Use Eureka server to Discover Services
49
Microservices Registry & Discovery #5.2 || Demo - Use Eureka server to Discover Services
50
Distributed Tracing with Spring Cloud Sleuth and Zipkin #1 || Importance of logs in debugging
51
Distributed Tracing with Spring Cloud Sleuth and Zipkin #2 || What is Sleuth || Green Learner
52
Distributed Tracing with Spring Cloud Sleuth and Zipkin #3 || Cloud Sleuth - Demo || Green Learner
53
Distributed Tracing with Spring Cloud Sleuth and Zipkin #4 || Sleuth- How It Works? || Green Learner
54
Distributed Tracing with Spring Cloud Sleuth and Zipkin #5 || Zipkin - Introduction || Green Learner
55
Distributed Tracing with Spring Cloud Sleuth and Zipkin #6 || Zipkin Server || Green Learner
56
Distributed Tracing with Spring Cloud Sleuth and Zipkin #7 || Sleuth + Zipkin - Demo
57
What is Load Balancer In Microservices || Client Side vs Server Side Load Balancer || Green Learner
58
Demo - Netflix Ribbon - Client Side Load Balancing + Spring Boot || Green Learner
59
Demo - Netflix Ribbon With Eureka- Client Side Load Balancing + Service Discovery + SpringBoot
60
Demo - Customization of Netflix Ribbon With Eureka- Client Side Load Balancing + Spring Boot
61
What is Resilience4j || Resilience4j Tutorial || Resilience4j Circuit Breaker
62
Resilience4j + SpringBoot - Part 1 of 3 || Resilience4j + SpringBoot2 || Resilience4j CircuitBreaker
63
Resilience4j + SpringBoot - Part 2 of 3 || Resilience4j + SpringBoot2 || Resilience4j CircuitBreaker
64
Resilience4j + SpringBoot - Part 3 of 3 || Resilience4j + SpringBoot2 || Resilience4j CircuitBreaker
65
Part#1 of 2- Microservices Monitoring || Resilience4j Monitoring || Resilience4j Dashboard
66
Part#2 of 2- Microservices Monitoring || Resilience4j Monitoring || Resilience4j Dashboard
67
What is Resilience4j Ratelimiter || SpringBoot+Resilience4j +RateLimiter || Resilience4j Ratelimiter
68
What is Resilience4j Retry|| SpringBoot+Resilience4j +Retry || Resilience4j Retry
69
What is Resilience4j Bulkhead || SpringBoot+Resilience4j +Bulkhead || Resilience4j Bulkhead
70
1 REST API Validation || Bean Validation in Micro-services || Green Learner
71
2 REST API Validation || Custom Bean Validation Annotation in Micro-services || Green Learner
72
3 REST API Validation || @pattern validation Annotation || Green Learner
73
Project Lombok Example|| Project Lombok With Spring Boot || Green Learner
74
Microservices Testing Roadmap || Microservices testing tools || Green Learner
75
ETag Filter + Spring Boot | Real-Time Use cases of ETag Filter for Microservices | Entity Tags
76
COVID-19 Alert Microservice with Spring Boot|| Processing complex JSON data into Java Objects
77
Writing Unit & Integration Test for Microservices || Covid-19 Alert Microservice || Spring Boot
78
Code Coverage - Intro & Integration with Spring Boot Microservice || JaCoCo + SpringBoot + Gradle
79
0 Microservices Architecture || Course Plan 📖
Description:
Explore a comprehensive video playlist on microservices architecture and implementation using Spring Boot. Learn about REST APIs, Spring Boot annotations, hotswapping code, actuators, Swagger documentation, properties, profiles, logging, and Spring Data JPA with MySQL. Discover how to use RestTemplate and OpenFeign for API calls, implement circuit breakers with Netflix Hystrix, set up Spring Cloud Config Server, and create API Gateways with Netflix Zuul. Dive into service discovery with Eureka, distributed tracing with Sleuth and Zipkin, load balancing with Ribbon, and resilience patterns with Resilience4j. Cover topics such as REST API validation, Project Lombok, microservices testing, and ETag filters. Build practical projects like a COVID-19 alert microservice and learn about code coverage with JaCoCo.

Microservices with Spring Boot

Add to list
0:00 / 0:00