Spring Cloud 路线谓词工厂之前
2024-01-04 17:16 更新
Before
路由谓词工厂采用一个参数datetime(它是Java ZonedDateTime
)。该谓词匹配当前日期时间之前发生的请求。
application.yml。
spring: cloud: gateway: routes: - id: before_route uri: https://example.org predicates: - Before=2017-01-20T17:42:47.789-07:00[America/Denver]
该路线与2017年1月20日17:42山区时间(丹佛)之前的所有请求匹配。
以上内容是否对您有帮助:
更多建议: