| | |
| | | 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 |
| | | demo-aspnet-server-routes: |
| | | path: /demoaspnetserver/** |
| | | service-id: demo-aspnet-server |
| | | strip-prefix: true |
| | | sensitive-headers: '*' |
| | | custom-sensitive-headers: true |
| | | wechat-server-routes: |
| | | path: /wechatserver/** |
| | | service-id: wechat-server |
| | | strip-prefix: true |
| | | sensitive-headers: '*' |
| | | custom-sensitive-headers: true |
| | | ssl-hostname-validation-enabled: false |
| | | |
| | | |
| | |
| | | - /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 |
| | |
| | | /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 |