补充目录
This commit is contained in:
@@ -1,3 +1,36 @@
|
||||
- [spring cloud gateway](#spring-cloud-gateway)
|
||||
- [项目引入spring cloud gateway](#项目引入spring-cloud-gateway)
|
||||
- [Spring Cloud gateway核心概念](#spring-cloud-gateway核心概念)
|
||||
- [Spring Cloud Gateway如何工作](#spring-cloud-gateway如何工作)
|
||||
- [配置route predicate factories和gateway filter factories](#配置route-predicate-factories和gateway-filter-factories)
|
||||
- [shortcut配置方式](#shortcut配置方式)
|
||||
- [Route Predicate Factories](#route-predicate-factories)
|
||||
- [After Route Predicate Factory](#after-route-predicate-factory)
|
||||
- [Before Route Predicate Factory](#before-route-predicate-factory)
|
||||
- [Between Route Predicate Factory](#between-route-predicate-factory)
|
||||
- [Cookie Route Predicate Factory](#cookie-route-predicate-factory)
|
||||
- [Header Route Predicate Factory](#header-route-predicate-factory)
|
||||
- [Host Route Predicate Factory](#host-route-predicate-factory)
|
||||
- [Method Route Predicate Factory](#method-route-predicate-factory)
|
||||
- [Path Route Predicate Factory](#path-route-predicate-factory)
|
||||
- [Query Route Predicate Factory](#query-route-predicate-factory)
|
||||
- [RemoteAddr Route Predicate Factory](#remoteaddr-route-predicate-factory)
|
||||
- [修改Remote Addr的解析方式](#修改remote-addr的解析方式)
|
||||
- [Weight Route Predicate Factory](#weight-route-predicate-factory)
|
||||
- [XForwarded Remote Addr Route Predicate](#xforwarded-remote-addr-route-predicate)
|
||||
- [GatewayFilter Factory](#gatewayfilter-factory)
|
||||
- [AddRequestHeader GatewayFilter Factory](#addrequestheader-gatewayfilter-factory)
|
||||
- [AddRequestHeadersIfNotPresent GatewayFilter Factory](#addrequestheadersifnotpresent-gatewayfilter-factory)
|
||||
- [AddRequestParameter GatewayFilter Factory](#addrequestparameter-gatewayfilter-factory)
|
||||
- [AddResponseHeader GatewayFilter Factory](#addresponseheader-gatewayfilter-factory)
|
||||
- [CircuitBreaker GatewayFilter Factory](#circuitbreaker-gatewayfilter-factory)
|
||||
- [CacheRequestBody GatewayFilter Factory](#cacherequestbody-gatewayfilter-factory)
|
||||
- [DedupeResponseHeader GatewayFilter Factory](#deduperesponseheader-gatewayfilter-factory)
|
||||
- [默认filters](#默认filters)
|
||||
- [Global Filters](#global-filters)
|
||||
- [组合Global Filter和Gateway Filter](#组合global-filter和gateway-filter)
|
||||
|
||||
|
||||
# spring cloud gateway
|
||||
## 项目引入spring cloud gateway
|
||||
如果要在项目中引入spring cloud gateway,可以在项目pom文件中添加如下依赖:
|
||||
|
||||
Reference in New Issue
Block a user