最近沒有時間所有沒用給大家更新spring cloud 系列學習,在這先給大家奉獻上我學習spring cloud 的路線
當然第一步先學習springboot
然后:
spring cloud eureka server 注冊中心
spring cloud eureka client 客戶端
spring cloud feign 聲明式調用
--- HTTP client
--- OK HTTP
spring cloud rabbit 負載均衡
spring cloud zuul/gateway 路由網關
spring cloud hystrix 熔斷器
spring cloud hystrix dashboard 熔斷器監控
spring cloud config 配置中心
========================================
spring cloud turbine 聚合監控
spring cloud sleuth 服務鏈路追蹤
--- zipkin
--- mysql
--- elastic search/kibana
--- rabbitmq
--- mysql
--- elastic search/kibana
spring boot admin 微服務監控--集中管理
--- turbine
--- security/login
spring boot security 安全組件
spring cloud oath2 授權協議 結合security使用
--- jwt 開放標准 結合oath2使用
彩蛋: 風險上我的學習和練習源碼,此git倉庫源碼會不斷更新的【源碼內超多注釋,整合了網上資料和自己的理解】
https://github.com/FangShangDeMao/Spring-Cloud-Study-/