You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-cloud-tencent/spring-cloud-tencent-examples/quickstart-example/quickstart-gateway-service/src/main/resources/application-context.yml

32 lines
764 B

spring:
cloud:
tencent:
gateway:
groups:
group-scg2p:
predicate:
apiType: ms
context: /group1
namespace:
key: null
position: PATH
service:
key: null
position: PATH
routes:
- host: null
metadata: {}
method: GET
namespace: default
path: /echo/{param}
service: provider-demo
routes:
group1:
filters:
- Context=group1
order: -1
predicates:
- Context=group1
- Path=/group1/**
uri: lb://group1