| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- spring:
- minio:
- url: http://192.168.0.250:9000
- access-key: v7Zb8XhyLcYNcSHlxvyK
- secret-key: 58YibMwpxGKtXcekPL065OM4GonC1hf2tFMjI9EN
- bucket-name: jzg
- cloud:
- nacos:
- server-addr: 192.168.0.250:8848
- username: nacos
- password: nacos
- config:
- import-check:
- enabled: false
- file-extension: yaml
- namespace: 1096345e-2a2d-4307-8025-ee1b669e127b
- group: DEFAULT_GROUP
- discovery:
- namespace: 1096345e-2a2d-4307-8025-ee1b669e127b
- gateway:
- routes:
- - id: auth_route
- uri: http://localhost:8081/
- predicates:
- - Path=/auth/**,/send/sendSmsCode,/appAuth/**
- - id: platform_route
- uri: http://localhost:8083/
- predicates:
- - Path=/userRole/**,/system/**,/file/**,/user/**,/esmInsCompany/**,/jyxConfig/**,/qrBarcode/**,/sysDept/**,/manager/attribution/**
- - id: tenant_route
- uri: http://localhost:8084/
- predicates:
- - Path=/tenant/**,/dept/**,/area/**,/dict/**,/userInfo/**,/sysOrganization/**,/activity/**,/message/**,/messageNotice/**,/poster/**,/agreement/**,/pltAgreement/**,/agreementRules/**,/plt/areaLicense/**,/scheme/**,/schemeRules/**,/schemeRulesAttrLink/**,/schemeRulesAttr/**,/schemeRulesDictLable/**,/schemeRulesUndwrt/**,/schemeRulesUndwrtAttrLink/**,/schemeRulesUndwrtAttr/**,/schemeRulesUndwrtDictLable/**,/schemeRulesUndwrtRules/**,/schemeRulesUndwrtRulesAttrLink/**,/schemeRules,/ptlAgreementCost/**,/ptlAgreementCost/**,/ptlAgreementCostExternal/**,/operatorTrajectory/**,/messageTemplate/**,/message/**,/appUser/**,/userBankCard/**,/accountCard/**,/account/**,/amountAuditing/**,/userAccount/**
- - Path=/tenant/**,/dept/**,/area/**,/dict/**,/userInfo/**,/sysOrganization/**,/activity/**,/message/**,/messageNotice/**,
- /poster/**,/agreement/**,/pltAgreement/**,/agreementRules/**,/plt/areaLicense/**,/scheme/**,/schemeRules/**,/schemeRulesAttrLink/**,
- /schemeRulesAttr/**,/schemeRulesDictLable/**,/schemeRulesUndwrt/**,/schemeRulesUndwrtAttrLink/**,/schemeRulesUndwrtAttr/**,
- /schemeRulesUndwrtDictLable/**,/schemeRulesUndwrtRules/**,/schemeRulesUndwrtRulesAttrLink/**,/schemeRules,/ptlAgreementCost/**,
- /ptlAgreementCost/**,/ptlAgreementCostExternal/**,/operatorTrajectory/**,/messageTemplate/**,/message/**,/appUser/**,/userBankCard/**,
- /receivable/**
- - id: summary_route
- uri: http://localhost:9898/
- predicates:
- - Path= /order/identify/** ,/supplementOrder/**,/order/carModel/**,/unify/**,/order/taskImages/**,/order/qrCode/**,/orderTrack/**,/feeAudit/**
- - id: costsorrule_route
- uri: http://localhost:8085/
- predicates:
- - Path=/validate/**
- #控制台添加网关
- - id: console_route
- uri: http://localhost:8086/
- predicates:
- - Path=/console/**
|