Spring cloud gateway 源码分析01 代码结构概述

总共300多个类,37000行代码,算是一个很小型的项目

各模块概述

spring-cloud-gateway-core:  网关核心功能实现,包括驱动,配置,服务发现,事件,filter 过滤器,handler处理器,路由等

Spring cloud gateway 源码分析01 代码结构概述

spring-cloud-gateway-dependencies :依赖

spring-cloud-gateway-mvc :http请求相关

spring-cloud-gateway-sample :例子

 

相关文章:

  • 2021-10-23
  • 2022-12-23
  • 2021-07-05
  • 2021-05-12
  • 2022-12-23
  • 2021-10-17
  • 2021-11-03
猜你喜欢
  • 2022-01-09
  • 2021-06-02
  • 2021-08-31
  • 2021-07-02
  • 2021-11-19
  • 2021-09-12
  • 2021-05-21
相关资源
相似解决方案