springcloud之gateway的- Path匹配多个路径

 

先看以下配置:

spring:

 application:

   name: gateway

 cloud:

   gateway:

      discovery:

       locator:

         enabled: true

      routes:

 

       #服务id

       - id: common-auth

         #访问服务,注册中心中的服务名common-auth

         uri: lb://common-auth

         predicates:

         #访问地址

         - Path=http://yayihouse.com/yayishuwu/chapter/2090

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐