Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 475 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 475 Bytes

gateway-demo

实现仅需1小时,开源耗费3小时。

Step 1

完成初级的整合,整合的组件如下

  • feign
  • ribbon
  • hystrix
  • eureka
  • config
  • globalfilter of spring cloud gateway

Step 2

新增ops模块,完成单个route的增删改查

Step 3

完成RouteDefinitionRepository的实现步骤,基于InMemoryRouteDefinitionRepository实现