Microservices with Spring Boot

Microservices with Spring Boot

Green Learner via YouTube Direct link

Microservices with Spring Boot #11.1 || Spring Data +REST + JPA + MySQL || Spring Boot + JPA + MySQL

13 of 79

13 of 79

Microservices with Spring Boot #11.1 || Spring Data +REST + JPA + MySQL || Spring Boot + JPA + MySQL

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Microservices with Spring Boot

Automatically move to the next video in the Classroom when playback concludes

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

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.