All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
5 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
5 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • 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

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

  • Basics of Java Programming language
  • Basics of SpringBoot
  • Anyone who wants to learn and implement the microservices architecture using java and springboot
View More...
  • Section 1 : Implementing Product and Booking Microservice 7 Lectures 00:25:14

    • Lecture 1 :
    • Lecture 2 :
    • Generating and Setting up of product service
    • Lecture 3 :
    • Create product entity class with annotation
    • Lecture 4 :
    • Create product repository
    • Lecture 5 :
    • Creating controller and GET and POST endpoints
    • Lecture 6 :
    • Test GET and POST endpoint with Postman
    • Lecture 7 :
    • Generating and Setting up of booking service
  • Section 2 : Discovery service and Service registry 4 Lectures 00:25:29

    • Lecture 1 :
    • Understanding Discovery service and Service registry
    • Lecture 2 :
    • Generating and Setting up Discovery Service
    • Lecture 3 :
    • Registering Product service as client to Discovery service
    • Lecture 4 :
    • Registering Booking service as client to Discovery service
  • Section 3 : config server and centralized configuration 7 Lectures 00:33:51

    • Lecture 1 :
    • Connecting product service to config server on dev profile
    • Lecture 2 :
    • Connecting booking service to config server on dev profile
    • Lecture 3 :
    • Configuring config server fetch different profile based properties from github
    • Lecture 4 :
    • Generating and Setting up of Configuration service
    • Lecture 5 :
    • Generate github token and use in Intellij to push code
    • Lecture 6 :
    • Create git repo and add properties files
    • Lecture 7 :
    • Understanding config server and centralized configuration
  • Section 4 : RefreshScope and HarshiCorp vault 7 Lectures 00:50:17

    • Lecture 1 :
    • HarshiCorp vault setup part-1
    • Lecture 2 :
    • Implementing RefreshScope Part-2
    • Lecture 3 :
    • Implementing RefreshScope Part-1
    • Lecture 4 :
    • HarshiCorp vault setup part-2
    • Lecture 5 :
    • Storing booking service secrets in Vault
    • Lecture 6 :
    • Getting vault data in microservice
    • Lecture 7 :
    • RefreshScope introduction
  • Section 5 : message broker 4 Lectures 00:25:08

    • Lecture 1 :
    • Implementing message broker
    • Lecture 2 :
    • Installing RabbitMQ
    • Lecture 3 :
    • Using RabbitMQ in microservice
    • Lecture 4 :
    • Fixing the vault secret fetching issue
  • Section 6 : API Gateway, Keycloak and Oauth2 server 9 Lectures 00:59:48

    • Lecture 1 :
    • What is API Gateway
    • Lecture 2 :
    • Setup and Configuration of API gateway
    • Lecture 3 :
    • Testing the API's with API Gateway Part-1
    • Lecture 4 :
    • Testing the API's with API Gateway Part-2
    • Lecture 5 :
    • Installing and setting up Keycloak server
    • Lecture 6 :
    • Configuring keycloak client and user
    • Lecture 7 :
    • Configuring spring security filter in API Gateway to intercept request
    • Lecture 8 :
    • Configure Product Service as Resource Server
    • Lecture 9 :
    • Testing API Gateway and Keycloak security
  • Section 7 : Circuit Breaker 7 Lectures 01:07:31

    • Lecture 1 :
    • Overview of Circuit Breaker Pattern
    • Lecture 2 :
    • Generating the stock project from springboot starter
    • Lecture 3 :
    • Implementing entity repository and controller
    • Lecture 4 :
    • Configuring properties for stock service
    • Lecture 5 :
    • Implementing entity controller repository for booking service
    • Lecture 6 :
    • Implementing Feign client call from booking to stock service
    • Lecture 7 :
    • Adding circuit breaker to booking service
  • Section 8 : Source code 1 Lectures

    • Lecture 1 :
    • Complete source code for all microservice
    • https://github.com/obify/springboot-microservices-implementation
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

709826 Course Views

6 Courses

I am a Fullstack DevOps software professional with 11+ years of experience in variety of technologies ranging from web and mobile app development using HTML5, CSS3, JavaScript, JQuery, Bootstrap, Angular, React, Java, Spring, Springboot, Python, Flask, Django, NodeJS, Express, Android, Ionic, React Native, Flutter to Artificial Intelligence and Cloud technologies like Amazon web services and Microsoft Azure. I am also certified in Java, Azure cloud, Backbase product. I have experience in working with multiple MNC's and European clients. I am also a corporate trainer providing a wide range of training.
View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • the-extreme-web-development-course

    The Extreme Web Development Course

    By : Paul Carlo Tordecilla

    Lectures 124 Beginner 4:26:22
  • develop-your-own-chrome-extension-firefox-plugin

    Develop your own Chrome Extension &...

    By : Harshit Srivastava

    Lectures 15 Beginner 2:1:54
  • the-ultimate-codeigniter-3-course

    The Ultimate Codeigniter 3 Course

    By : Paul Carlo Tordecilla

    Lectures 23 Beginner 2:17:35
  • superb-advance-javascript-become-javascript-professional

    Superb Advance Javascript - Become ...

    By : Paul Carlo Tordecilla

    Lectures 28 Beginner 1:28:39
  • application-development-with-ibm-watson

    Application development with IBM Wa...

    By : Harshit Srivastava

    Lectures 14 Intermedite 1:42:29
  • learn-react-16-and-redux-by-building-real-world-application

    Learn React 16 and Redux by buildin...

    By : Haider Malik

    Lectures 74 Beginner 6:46:11

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.