spring
cloud:
gateway:
routes:
- id: 应用名1
uri: http://172.00.00.00:10060
predicates:
- Path=/api/service/**
- id: 应用名2
uri: http://172.00.0.00:10090
predicates:
- Path=/api/external/**
filters:
- StripPrefix=1