1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- zuul:
- ignored-services: '*'
- routes:
- adapterDataSet:
- path: /api/v1.0/adapter/plan/adapterDataSet
- serviceId: svr-standard
- saveDataSetRelationships:
- path: /api/v1.0/std/documents/data_set_relationships
- serviceId: svr-standard
- uploadTemplateFile:
- path: /api/v1.0/templates/{id}/content
- serviceId: svr-health-profile
- createHosEsbMiniRelease:
- path: /api/v1.0/esb/createHosEsbMiniRelease
- serviceId: svr-esb
- updateHosEsbMiniRelease:
- path: /api/v1.0/esb/updateHosEsbMiniRelease
- serviceId: svr-esb
- svr-dfs:
- path: /dfs/**
- serviceId: svr-dfs
- svr-ehr-basic:
- path: /basic/**
- serviceId: svr-ehr-basic
- svr-quota:
- path: /quota/**
- serviceId: svr-quota
- svr-redis:
- path: /redis/**
- serivceId: svr-redis
- svr-resource:
- path: /resource/**
- serviceId: svr-resource
- svr-standard:
- path: /standard/**
- serviceId: svr-standard
- svr-authentication:
- path: /authentication/**
- serviceId: svr-authentication
- #档案包相关
- svr-health-profile:
- path: /profile/**
- serviceId: svr-health-profile
- svr-pack-analyzer:
- path: /pack-analyzer/**
- serviceId: svr-pack-analyzer
- svr-pack-mgr:
- path: /pack-mgr/**
- serviceId: svr-pack-mgr
- svr-pack-resolv:
- path: /pack-resolve/**
- serviceId: svr-pack-resolve
- eip:
- tenant: jkzl
- ---
- spring:
- profiles: dev
- service-gateway:
- url: http://service.yihu.com:8085/WSGW/rest
- handlerId: 50871
- clientId: 9000401
- clientVersion: 1.0
- ---
- spring:
- profiles: test
- service-gateway:
- url: http://service.yihu.com:8085/WSGW/rest
- handlerId: 50871
- clientId: 9000401
- clientVersion: 1.0
- ---
- spring:
- profiles: prod_fz
- service-gateway:
- url: http://service.yihu.com:8085/WSGW/rest
- handlerId: 50871
- clientId: 9000401
- clientVersion: 1.0
- ---
- spring:
- profiles: prod_sr
- service-gateway:
- url: http://service.yihu.com:8080/WSGW/rest
- handlerId: 50641
- clientId: 9000401
- clientVersion: 1.0
- ---
- spring:
- profiles: prod_fzzy
- service-gateway:
- url: http://service.yihu.com:8080/WSGW/rest
- handlerId: 50641
- clientId: 9000401
- clientVersion: 1.0
|