|
|
@@ -13,12 +13,10 @@ spring:
|
|
|
import-check:
|
|
|
enabled: false
|
|
|
file-extension: yaml
|
|
|
- #namespace: 1096345e-2a2d-4307-8025-ee1b669e127b
|
|
|
- namespace: 83c21527-44e1-4063-9ec5-b8812928237f
|
|
|
+ namespace: 1096345e-2a2d-4307-8025-ee1b669e127b
|
|
|
group: DEFAULT_GROUP
|
|
|
discovery:
|
|
|
- #namespace: 1096345e-2a2d-4307-8025-ee1b669e127b
|
|
|
- namespace: 83c21527-44e1-4063-9ec5-b8812928237f
|
|
|
+ namespace: 1096345e-2a2d-4307-8025-ee1b669e127b
|
|
|
|
|
|
gateway:
|
|
|
routes:
|
|
|
@@ -37,6 +35,12 @@ spring:
|
|
|
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:
|
|
|
@@ -46,7 +50,8 @@ spring:
|
|
|
uri: http://localhost:8085/
|
|
|
predicates:
|
|
|
- Path=/validate/**
|
|
|
- #控制台
|
|
|
+
|
|
|
+ #控制台添加网关
|
|
|
- id: console_route
|
|
|
uri: http://localhost:8086/
|
|
|
predicates:
|