From fba64a7ecd8fa037d51f510c8919a8d05e236ec1 Mon Sep 17 00:00:00 2001 From: 侯瑞军 <411269194@kidgrow.com> Date: Tue, 14 Apr 2020 18:54:25 +0800 Subject: [PATCH] 1.修改医院列表,增加科室,区域数据列 2.增加区域数据联动js插件(area.js),并书写使用说明 --- kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml b/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml index f62507f..a55e0f0 100644 --- a/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml +++ b/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml @@ -1,6 +1,6 @@ spring: application: - name: zull-server + name: zuul-server server: tomcat: uri-encoding: UTF-8 @@ -97,6 +97,12 @@ strip-prefix: true sensitive-headers: '*' custom-sensitive-headers: true + oprationcenter: + path: /api-opration/** + service-id: oprationcenter-server + strip-prefix: true + sensitive-headers: '*' + custom-sensitive-headers: true demo-order: path: /api-order/** service-id: demo-order-server -- Gitblit v1.8.0