This is an automated email from the ASF dual-hosted git repository.
haiboduan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new bd89424 Update SPI-SourceCode-Analysis-PredicateJudge-SPI.md (#465)
bd89424 is described below
commit bd89424995cd01a45c78f4de1422c9f5de72fb58
Author: AhahaGe <[email protected]>
AuthorDate: Sun Mar 6 12:54:14 2022 +0800
Update SPI-SourceCode-Analysis-PredicateJudge-SPI.md (#465)
---
blog/SPI-SourceCode-Analysis-PredicateJudge-SPI.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/blog/SPI-SourceCode-Analysis-PredicateJudge-SPI.md
b/blog/SPI-SourceCode-Analysis-PredicateJudge-SPI.md
index fd3b774..0ea8d4e 100644
--- a/blog/SPI-SourceCode-Analysis-PredicateJudge-SPI.md
+++ b/blog/SPI-SourceCode-Analysis-PredicateJudge-SPI.md
@@ -116,8 +116,8 @@ Base on the above defination , the plugin module provides
the following eight
| `ContainsPredicateJudge` | "contain" relation, the actual data needs
contain the specified string | contains |
| `EqualsPredicateJudge` | equals "="
| = |
| `MatchPredicateJudge` | used for URI context path matching
| match |
-| `TimerAfterPredicateJudge` | Whether the local time is after the specified
time | TimeBefore |
-| `TimerBeforePredicateJudge` | Whether the local time is before the specified
time | TimeAfter |
+| `TimerAfterPredicateJudge` | Whether the local time is after the specified
time | TimeAfter |
+| `TimerBeforePredicateJudge` | Whether the local time is before the specified
time | TimeBefore |
| `GroovyPredicateJudge` | used Groovy syntax toe set ParamName and value
data | Groovy |
| `RegexPredicateJudge` | used Regex to match
| regex |