Skip to content

Commit 7e29e8a

Browse files
committed
desc:新增SpringCloudGateway之熔断集成篇文章
perf:调整SpringCloudGateway核心之Predicate文章目录,增加导读个人介绍栏位
1 parent a39422f commit 7e29e8a

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
@@ -160,7 +160,8 @@ module.exports = {
160160
[
161161
{text: 'SpringCloudGateway工作原理与链路图',link: '/md/spring/spring-cloud/SpringCloudGateway工作原理与链路图.md'},
162162
{text: 'SpringCloudGateway核心之Predicate', link: '/md/spring/spring-cloud/SpringCloudGateway核心之Predicate.md'},
163-
{text: 'SpringCloudGateway之Filter多过程介绍', link: '/md/spring/spring-cloud/SpringCloudGateway之Filter多过程介绍.md'}
163+
{text: 'SpringCloudGateway之Filter多过程介绍', link: '/md/spring/spring-cloud/SpringCloudGateway之Filter多过程介绍.md'},
164+
{text: 'SpringCloudGateway之熔断集成篇', link: '/md/spring/spring-cloud/SpringCloudGateway之熔断集成篇.md'},
164165
]
165166
}
166167
]
@@ -419,7 +420,8 @@ module.exports = {
419420
children: [
420421
"SpringCloudGateway工作原理与链路图.md",
421422
"SpringCloudGateway核心之Predicate.md",
422-
"SpringCloudGateway之Filter多过程介绍.md"
423+
"SpringCloudGateway之Filter多过程介绍.md",
424+
"SpringCloudGateway之熔断集成篇.md"
423425
]
424426
}
425427
],

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)