1234567891011121314151617181920212223 |
- info:
- app:
- name: AgAdminService
- description: EHR platform json app service.
- version: 1.0.0
- component: Zuul Server
- eip:
- tenant: jkzl
- ---
- spring:
- profiles: prod
- service-gateway:
- url: http://service.yihu.com:8080/WSGW/rest
- handlerId: 50641
- clientId: 9000401
- clientVersion: 1.0
- zuul:
- routes:
- fastdfs-server:
- path: /file/**
- url: http://192.168.220.66:23000/
|