SpringCloud Gateway 路由详情

SpringCloud Gateway

视频学习

https://www.bilibili.com/video/BV1dK4y1N7HE?p=1
SpringCloud-Gateway

Spring Cloud Gateway各种路由规则

各种路由规则

SpringCloud Gateway 路由详情_第1张图片


RoutePredicateFactory
-----AfterRoutePredicateFactory
-----BeforeRoutePredicateFactory
-----BetweenRoutePredicateFactory

-----CookieRoutePredicateFactory

-----HeaderRoutePredicateFactory
-----CloudFoundryRouteServiceRoutePredicateFactory

-----HostRoutePredicateFactory
-----MethodRoutePredicateFactory
-----PathRoutePredicateFactory
-----QueryRoutePredicateFactory
-----RemoteAddrRoutePredicateFactory

对上面各种路由规则的详细介绍

极客挖掘机
SpringCloud系列教程 | 第十二篇:Spring Cloud Gateway初探
https://www.cnblogs.com/babycomeon/p/11161073.html

你可能感兴趣的:(SpringCloud)