| | |
| | | prefer-ip-address: true |
| | | client: |
| | | serviceUrl: |
| | | # defaultZone: http://192.168.2.240:9001/eureka/ |
| | | defaultZone: ${kidgrow.eureka.client.serviceUrl.defaultZone} |
| | | |
| | | zuul: |
| | |
| | | ignored-headers: Access-Control-Allow-Credentials,Access-Control-Allow-Origin,Access-Control-Allow-Methods |
| | | add-host-header: true |
| | | host: |
| | | connectTimeoutMillis: 10000 |
| | | # connectTimeoutMillis: 10000 |
| | | socket-timeout-millis: 100000 |
| | | connect-timeout-millis: 100000 |
| | | routes: |
| | | auth: |
| | | path: /api-uaa/** |
| | |
| | | strip-prefix: true |
| | | sensitive-headers: '*' |
| | | custom-sensitive-headers: true |
| | | api-evaluation: |
| | | path: /api-evaluation/** |
| | | service-id: boneage-evaluationcenter-server |
| | | strip-prefix: true |
| | | sensitive-headers: '*' |
| | | custom-sensitive-headers: true |
| | | api-smartbox: |
| | | path: /api-smart/** |
| | | service-id: smartbox-server |
| | | strip-prefix: true |
| | | sensitive-headers: '*' |
| | | custom-sensitive-headers: true |
| | | ssl-hostname-validation-enabled: false |
| | | |
| | | |
| | |
| | | execution: |
| | | isolation: |
| | | thread: |
| | | timeoutInMilliseconds: 100000 |
| | | timeoutInMilliseconds: 300000 |
| | | |
| | | kidgrow: |
| | | oauth2: |
| | |
| | | - /*/oauth/** |
| | | - /actuator/health |
| | | - /actuator/info |
| | | - /api-sms/smsChangLan/send |
| | | - /api-file/smsChangLan/send |
| | | - /api-user/users/doctorUserReg |
| | | - /api-user/users/isRegUser |
| | | - /api-user/users/passwordByPhone |
| | | - /api-evaluation/evaluationxrayinfo/appUpload |
| | | - /api-evaluation/evaluationxrayinfo/appSave |
| | | - /api-file/baseUplaod |
| | | - /api-user/users/python |
| | | - /api-evaluation/evaluationxrayinfo/checkQRCode |
| | | - /api-opration/wxController/callback |
| | | - /api-opration/alipay/notify |
| | | - /api-opration/alipay/return |
| | | - /api-record/DiagnosticUnfinishedFegin/equipmentList |
| | | - /api-record/DiagnosticUnfinishedFegin/equipmentUpload |
| | | - /api-opration/wxController/getOpenId |
| | | - /api-record/DiagnosticUnfinishedFegin/recordChildInterworking |
| | | # - /api-user/syshospital/findAllByMap |
| | | # - /api-user/sysdictionaries/findAll |
| | | # - /api-user/sysdepartment/findListByHospitalId |
| | |
| | | /api-user/users-anon/**, |
| | | /login.html, |
| | | /user/login, |
| | | /api-sms/smsChangLan/send, |
| | | /api-file/smsChangLan/send, |
| | | /api-user/users/doctorUserReg, |
| | | /api-file/files-upload, |
| | | /api-user/users/isRegUser, |
| | | /api-user/users/passwordByPhone |
| | | /api-user/users/passwordByPhone, |
| | | /api-evaluation/evaluationxrayinfo/appUpload, |
| | | /api-evaluation/evaluationxrayinfo/appSave, |
| | | /api-file/baseUplaod, |
| | | /api-user/users/python, |
| | | /api-evaluation/evaluationxrayinfo/checkQRCode, |
| | | /api-opration/wxController/callback, |
| | | /api-opration/alipay/return, |
| | | /api-opration/alipay/notify, |
| | | /api-record/DiagnosticUnfinishedFegin/equipmentList, |
| | | /api-record/DiagnosticUnfinishedFegin/equipmentUpload, |
| | | /api-opration/wxController/getOpenId, |
| | | /api-record/DiagnosticUnfinishedFegin/recordChildInterworking |
| | | # /api-user/syshospital/findAllByMap, |
| | | # /api-user/sysdictionaries/findAll, |
| | | # /api-user/sysdepartment/findListByHospitalId |
| | |
| | | /api-user/menus/current, |
| | | /api-user/users/current, |
| | | /api-log/requestStat |
| | | /wechatserver/Wechat/GetScreenCount |
| | | /wechatserver/news/LastestNews |
| | | #白名单,需要URL认证的应用ID |
| | | includeClientIds: |
| | | - webApp |
| | |
| | | - kidgrow |
| | | renew: |
| | | #是否开启token自动续签(目前只有redis实现) |
| | | enable: false |
| | | enable: true |
| | | #白名单 |
| | | includeClientIds: |
| | | - webApp |
| | |
| | | butler: |
| | | auto-generate-from-zuul-routes: true |
| | | generate-routes: user,file,log,codegenerator,auth |
| | | apiDocsPath: v2/api-docs |
| | | apiDocsPath: v2/api-docs |
| | | |