chenweida hace 8 años
padre
commit
242510aa2c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web-gateway.yml

+ 1 - 1
web-gateway.yml

@ -19,7 +19,7 @@ eureka:
zuul:
  ignored-services: '*'  ##忽略全部的代理  忽略单个微服务   ignored-services: svr-user 多个逗号分割
#  ignored-services: '*'  ##忽略全部的代理  忽略单个微服务   ignored-services: svr-user 多个逗号分割
  routes:
    svr-user: /user/**  ##svr-user方向代理到/user下多层级的路径
#    svr-user:    这种方式和  svr-user: /user/**  一样  svr-user可以随便写 唯一即可