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-mvc-service/src/main/resources/application.yml

31 lines
615 B

server:
port: 48085
spring:
application:
name: QuickStartGatewayMvcService
config:
import: optional:polaris
cloud:
polaris:
address: grpc://119.91.66.223:8091
namespace: default
enabled: true
contract:
exposure: true
report:
enabled: true
stat:
enabled: true
port: 28085
gateway:
mvc:
routes:
- id: QuickstartCallerService
uri: lb://QuickstartCallerService
predicates:
- Path=/QuickstartCallerService/**
filters:
- StripPrefix=1