From c80b393f074148626e1134aae38e71bca28ac809 Mon Sep 17 00:00:00 2001 From: houruijun <411269194@kidgrow.com> Date: Sun, 28 Jun 2020 18:44:14 +0800 Subject: [PATCH] 调整扣费业务支持feign调用 --- kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml | 21 +++++++++++++++------ 1 files changed, 15 insertions(+), 6 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 7e65e30..97cee7a 100644 --- a/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml +++ b/kidgrow-springcloud/kidgrow-springcloud-zuul/src/main/resources/application.yml @@ -145,6 +145,12 @@ strip-prefix: true sensitive-headers: '*' custom-sensitive-headers: true + reportcenter-server-routes: + path: /reportcenter-server/** + service-id: reportcenter-server + strip-prefix: true + sensitive-headers: '*' + custom-sensitive-headers: true ssl-hostname-validation-enabled: false @@ -187,9 +193,10 @@ - /actuator/health - /actuator/info - /api-sms/smsChangLan/send - - /api-user/syshospital/findAllByMap - - /api-user/sysdictionaries/findAll - - /api-user/sysdepartment/findListByHospitalId + - /api-user/users/doctorUserReg +# - /api-user/syshospital/findAllByMap +# - /api-user/sysdictionaries/findAll +# - /api-user/sysdepartment/findListByHospitalId # 忽略权限鉴定 authority-ignores: - /*/authority/granted/me @@ -212,9 +219,11 @@ /login.html, /user/login, /api-sms/smsChangLan/send, - /api-user/syshospital/findAllByMap, - /api-user/sysdictionaries/findAll, - /api-user/sysdepartment/findListByHospitalId + /api-user/users/doctorUserReg, + /api-file/files-upload +# /api-user/syshospital/findAllByMap, +# /api-user/sysdictionaries/findAll, +# /api-user/sysdepartment/findListByHospitalId auth: #开启时间戳验证 timestampenable: false -- Gitblit v1.8.0