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.
|
|
|
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/**
|
|
|
|
# - /external/apiadmin/supplierinfo/getSupplierCountByOrgSid**
|