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.
32 lines
764 B
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
|