Sentinel/sentinel-demo/sentinel-demo-zuul-gateway/src/main/resources/application.yml

13 lines
263 B
YAML

server:
port: 8097
spring:
application:
name: zuul-gateway
zuul:
routes:
aliyun-product-route:
path: /aliyun_product/**
url: https://www.aliyun.com/product
another-route-httpbin:
path: /another/**
url: https://httpbin.org