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.

35 lines
619 B

5 months ago
hystrix:
command:
default:
execution:
isolation:
strategy: SEMAPHORE
thread:
timeoutInMilliseconds: 300000
server:
port: 8114
spring:
application:
name: gateway
profiles:
active: dev
# active: pro
cloud:
gateway:
routes:
- id: external
predicates:
- Path= /external/**
uri: lb://external
filters:
- StripPrefix=1
ignore:
whites:
# - /external/client/getSign
whitesTwo: #包含所有
- /upload/**
5 months ago
# - /external/apiadmin/supplierinfo/getSupplierCountByOrgSid**