Skip to content

Commit 394339f

Browse files
committed
2 parents 355c283 + 7e29e8a commit 394339f

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

docs/.vuepress/config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ module.exports = {
158158
[
159159
{text: 'SpringCloudGateway工作原理与链路图',link: '/md/spring/spring-cloud/SpringCloudGateway工作原理与链路图.md'},
160160
{text: 'SpringCloudGateway核心之Predicate', link: '/md/spring/spring-cloud/SpringCloudGateway核心之Predicate.md'},
161-
{text: 'SpringCloudGateway之Filter多过程介绍', link: '/md/spring/spring-cloud/SpringCloudGateway之Filter多过程介绍.md'}
161+
{text: 'SpringCloudGateway之Filter多过程介绍', link: '/md/spring/spring-cloud/SpringCloudGateway之Filter多过程介绍.md'},
162+
{text: 'SpringCloudGateway之熔断集成篇', link: '/md/spring/spring-cloud/SpringCloudGateway之熔断集成篇.md'},
162163
]
163164
}
164165
]
@@ -421,7 +422,8 @@ module.exports = {
421422
children: [
422423
"SpringCloudGateway工作原理与链路图.md",
423424
"SpringCloudGateway核心之Predicate.md",
424-
"SpringCloudGateway之Filter多过程介绍.md"
425+
"SpringCloudGateway之Filter多过程介绍.md",
426+
"SpringCloudGateway之熔断集成篇.md"
425427
]
426428
}
427429
],

docs/md/other/guide-to-reading.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ title: 目录
3535

3636
> 个人专栏:
3737
> - [12306专栏](/md/12306/项目介绍.html)
38+
>
39+
40+
### 知青先生
41+
42+
现任泛微ecology产品开发经理;曾任国企南方电网深圳数字研究院一线业务开发;编程严选星球合伙人;有丰富的web端全栈开发经验;CSDN技术博主。
43+
44+
> 个人专栏:
45+
> - [spring-cloud专栏](/md/spring/spring-cloud/SpringCloudAlibaba介绍.md)
3846
3947
参考:
4048

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SpringCloudGateway之熔断集成篇
2+

docs/md/spring/spring-cloud/SpringCloudGateway核心之Predicate.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# SpringCloudGateway核心之Predicate路由工厂
1+
# SpringCloudGateway核心之Predicate
22

3-
![在这里插入图片描述](http://124.222.54.192:4000/public/upload/2024/03/06/202403061626275771.png)
43

4+
![在这里插入图片描述](http://124.222.54.192:4000/public/upload/2024/03/06/202403061626275771.png)
5+
## Predicate路由工厂
56
> Spring Cloud Gateway 将路由作为 Spring WebFluxHandlerMapping基础设施的一部分进行匹配。Spring Cloud Gateway 包含许多内置的路由Predicate 工厂。所有这些谓词都匹配 HTTP 请求的不同属性。多个 Route Predicate Factory 可以组合,并通过逻辑组合and。
67
## After Route Predicate Factory
78
> After Route Predicate Factory 采用一个参数,即日期时间。此谓词匹配当前日期时间之后发生的请求。

0 commit comments

Comments
 (0)