第九章 : Spring cloud 网关中心 Gateway (内置断言与自定义断言)

第九章 : Spring cloud 网关中心 Gateway (内置断言与自定义断言)

前言

本章知识点:Spring cloud Gateway 内置断言(Predicate)类型的 yaml 和 json 数据格式;自定义路由Predicate 断言的案例。

Springboot 2.3.12.RELEASE,spring cloud Hoxton.SR12,spring cloud alibaba 2.2.9.RELEASE

Gateway 内置 Predicate 格式配置

概述

本文针对 Spring Cloud Gateway 框架中断言(Predicate)类型在 Yaml 文件和以 JSON 数据格式中的配置进行整理。其中 JSON 格式数据类型在动态路由时需使用到,如动态读取数据库中保存的 JSON 格式的路由数据。

类型

Path
  • Path 表示请求路径正则匹配

  • Yaml 配置文件

spring:  
  cloud

你可能感兴趣的:(Spring,Cloud,学习指南,spring,cloud,gateway,内置断言,自定义断言)