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 CompTIA Security+ AWS Certified Developer - Associate
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Life Purpose Meditation 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:

  • 8 hours on-demand video
  • 1 article
  • 2 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Programming Languages Spring Cloud

Spring Cloud手把手带你进入微服务开发

Spring Cloud,Eureka,Hystrix,Zuul,Spring Cloud Config网关,Sleuth链路跟踪
Rating: 4.4 out of 54.4 (27 ratings)
109 students
Created by Eric Chui
Last updated 1/2020
Simplified Chinese
30-Day Money-Back Guarantee

What you'll learn

  • 清楚什么是微服务架构的系统设计
  • 掌握Eureka服务注册与发现组件的使用
  • 掌握OpenFeign服务间调用组件的使用
  • 掌握Zuul微服务网关的配置与使用
  • 掌握SpringCloudConfig微服务集中式配置管理的使用
  • 为你的简历增加微服务相关经验作为亮点

Course content

8 sections • 51 lectures • 7h 45m total length

  • Preview05:26
  • Preview17:37
  • Preview21:26
  • Spring快速入门-使用Postman测试微服务
    04:23
  • 在Docker快速安装MySQL软件
    08:58
  • 使用SpringDataJPA完成用户微服务的CRUD
    20:43
  • 使用SpringBoot搭建电影微服务
    06:26
  • RPC与HTTP远程调用方式对比
    14:42
  • RestTemplate实现电影微服务调用用户微服务
    10:50

  • Spring Cloud简介
    07:46
  • 什么是Eureka
    07:16
  • 搭建Eureka服务端微服务
    11:16
  • 用户微服务和电影微服务注册到Eureka服务端
    09:36
  • 电影微服务利用Eureka发现用户微服务实现解耦
    08:23
  • 搭建高可用的Eureka服务端
    10:32
  • 服务提供者的注册,续约和失效配置
    11:20
  • 服务调用方的获取注册信息配置
    04:46
  • Eureka服务端的失效剔除和自我保护
    11:15

  • 在电影微服务加入Ribbon负载均衡
    15:55
  • 分析Ribbon负载均衡底层原理
    15:42
  • .修改Ribbon负载均衡算法
    07:37
  • 使用OpenFeign实现服务调用和负载均衡
    16:51

  • 熔断器的作用
    04:25
  • Hystrix的工作机制
    06:28
  • Ribbon整合Hystrix
    07:54
  • OpenFeign使用Hystrix
    06:35
  • 搭建Hystrix监控服务
    06:56
  • 使用Hystrix监控服务监控服务消费者情况
    07:57

  • 认识网关
    06:10
  • 配置Zuul网关动态路由
    13:41
  • 演示Zuul网关的负载均衡
    05:33
  • Zuul过滤器的作用
    05:26
  • Zuul过滤器方法说明
    07:36
  • 学习Zuul过滤器的编写
    06:50
  • 使用Zuul过滤器实现权限认证
    08:29
  • 使用Zuul过滤器实现异常处理
    12:32
  • Zuul网关与Swagger2整合
    15:10

  • 认识SpringCloudConfig
    03:40
  • 微服务配置上传到github
    04:17
  • 搭建SpringCloudConfig服务端
    05:16
  • 搭建SpringCloudConfig客户端
    12:15
  • 使用SVN作为仓库
    08:29
  • 搭建高可用配置中心架构
    12:02
  • 认识SpringCloudBus
    05:43
  • 搭建RabbitMQ服务
    03:03
  • 搭建SpringCloudBus架构
    09:05

  • SpringCloudSleuth的基本使用
    12:47
  • 搭建Zipkin服务器
    03:56
  • 网关微服务注册到Zipkin服务器
    04:10
  • 用户和电影微服务注册到Zipkin服务器
    10:13

  • 配套资料和源码下载
    00:00

Requirements

  • 有一定的Spring开发基础

Description

本课程主要从微服务概念入手,逐步深入地讲解Spring Cloud组件的开发和运用。讲解的Spring Cloud主要组件包括:

1)Spring Cloud注册组件-Eureka

2)Spring Cloud服务调用与负载均衡组件 - Ribbon与OpenFeign

3)Spring Cloud熔断器- Hystrix

4)Spring Cloud网关-Zuul

5)Spring Cloud配置中心-Spring Cloud Config与Spring Cloud Bus

6)Spring Cloud分布式链路追踪 - Spring Cloud Sleuth与Zipkin


学完本课程你将会对Spring Cloud分布式框架比较全面的认识和掌握其核心组件的运用

Who this course is for:

  • 有Spring基础的开发人员

Instructor

Eric Chui
Java软件工程师
Eric Chui
  • 4.5 Instructor Rating
  • 128 Reviews
  • 325 Students
  • 17 Courses

在国内各个大型IT在线教育平台开设Java开发相关课程,学员超过10000+名,有丰富的Java技术教学经验,帮助众多学员高薪就业。


精通Java各类框架技术,包含Spring,SpringBoot,SpringCloud等

  • 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.