Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS AWS Certified Developer - Associate CompTIA Security+
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Meditation Personal Transformation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 4.5 hours on-demand video
  • 9 articles
  • 1 downloadable resource
  • Full lifetime access
  • Access on mobile and TV
Development Software Engineering Microservices

Microservices with Spring Cloud

A deep-dive into the Microservice architectural style, and how to implement it with Spring technologies.
Rating: 4.5 out of 54.5 (6,170 ratings)
26,492 students
Created by Ken Krueger
Last updated 5/2017
English
English, French [Auto], 
30-Day Money-Back Guarantee

What you'll learn

  • Articulate the Microservices architectural style; its advantages and disadvantages
  • Build simple Spring Boot applications utilizing web interfaces, REST interfaces, Spring Data, and HATEOAS
  • Build Microservice applications utilizing the different Spring Cloud sub-projects, including Config Server & Bus, Eureka, Ribbon, Feign, and Hystrix
Curated for the Udemy for Business collection

Course content

5 sections • 30 lectures • 4h 40m total length

  • Preview06:47
  • Lab Setup
    00:02

  • What are Microservices? Part 1
    16:33
  • What are Microservices? Part 2
    19:44

  • Preview16:34
  • Spring Boot, Part 2
    19:32
  • Spring Boot, Part 3
    15:06
  • Spring Boot, Part 4
    12:34
  • Spring Boot, Part 5
    09:08
  • Lab 1 - Create a Spring Boot Application
    00:02

  • Spring Cloud Overview
    10:09
  • Spring Cloud Configuration - Centralized, Versioned Configuration - Part 1
    14:48
  • Spring Cloud Configuration - Centralized, Versioned Configuration, Part 2
    17:18
  • Lab 3 - Spring Cloud Configuration
    00:04
  • Preview18:46
  • Lab 4 - Spring Cloud Eureka
    00:02
  • Spring Cloud Ribbon - Client-Side Load Balancing
    12:18
  • Lab 5 - Spring Cloud Ribbon
    00:02
  • Preview11:53
  • Lab 6 - Feign
    00:03
  • Spring Cloud Hystrix - Circuit Breaker
    20:22
  • Lab 7 - Hystrix
    00:03
  • Spring Cloud Bus - Dynamic Configuration Changes
    14:28
  • Lab 8 - Spring Cloud Bus
    00:02
  • API Gateway - Part 1 - Purpose, and Spring Cloud Zuul
    12:07
  • API Gateway - Part 2 - Caching Options
    10:33
  • API Gateway - Part 3 - Resource Expansion
    11:03
  • API Gateway - Part 4 - Protocol Conversion
    05:34
  • Lab 9 - Zuul and ETags
    00:03

  • Summary, Resources, and Feedback
    05:02

Requirements

  • Knowledge of Java programming
  • Knowledge of latest versions of Spring Framework. Familiarity with concepts such as ApplicationContext, Profiles, RestTemplate, @Value, @Autowired, @Component, Java Configuration, etc.
  • Knowledge of Spring Boot helpful, but will be covered in the course.
  • Basic familiarity with Maven. How to specify dependencies, and how to do a "mvn clean package"
  • A Git account, such as GitHub, will be needed. We will cover this in the course if you don't have one already. Course materials will be downloaded from Git, and you will need to place files in your own Git repository.

Description

Microservices with Spring Cloud is an online workshop designed to help you learn the Microservices architectural style, and how to implement it using Spring technologies

This course provides a good, solid introduction to the topic of the Microservices architectural style, and combines this with practical experience gained by working through the exercises featuring Spring Cloud.

Along the way, this course will provides a brief introduction to Spring Boot and Spring Data (enough to get you familiar with these technologies if you have not been immersed in them already).

The course provides exercises that provide you with hands-on experience working with the various components of Spring Cloud.

The goal of this course is to serve as a practical guide through the Spring Cloud projects, so you can see how they are used to implement microservice based architecture.

By the time you finish this course, you will have gained the ability to articulate what the Microservices architectural style is all about, including its advantages and disadvantages.

You will gain familiarity with Spring Boot, and you'll see how to use it to build web interfaces, REST interfaces, and how to use Spring Data and Spring Data REST.

You will gain the ability to build microservice-based applications utilizing Spring Cloud technologies. You will learn about

  • Centralized, versioned configuration management using Spring Cloud Config
  • Dynamic configuration updates with Spring Cloud Bus
  • Service discovery with Spring Cloud Eureka
  • Client Side Load Balancing with Ribbon
  • Declarative REST Clients with Feign
  • Software Circuit Breakers with Hystrix.

Who this course is for:

  • Intended for experienced Java software developers comfortable with the latest releases of the Spring framework
  • NOT intended for beginners. However, depending on your technical experience in other technologies, and your learning style, you may find this course a fascinating deep-dive into Microservices, Spring Cloud, and Cloud-Native applications.

Featured review

Robert Burns
Robert Burns
8 courses
3 reviews
Rating: 5.0 out of 5a year ago
I like to start with a broad knowledge of a topic before diving in deeper. Ken's course is a great way to introduce going cloud native with microservices using Spring Cloud. I found the Spring Boot introduction useful as well, being somewhat rusty. The exercises were totally optional, but well-written and effective at getting that hands-on experience necessary for deeper understanding. This was just the right starter course.

Instructor

Ken Krueger
Technical Instructor in Software Development topics
Ken Krueger
  • 4.5 Instructor Rating
  • 6,170 Reviews
  • 26,492 Students
  • 1 Course

Over 25 years of experience developing software for a variety of business purposes. Expertise in Java, Spring, and related open source technologies, database and web development, cloud, microservices, and big data. Experience as a software developer, team leader, project manager, and scrum master.

My Professional Mission: Guiding individuals and organizations to commercial success through the application of modern technology.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.