Explorar el Código

数据报表提交测试路由

hxl13994548489 hace 1 año
padre
commit
84e05baa42

+ 5 - 10
gateway/src/main/resources/application-dev.yml

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

+ 5 - 1
gateway/src/main/resources/application-test.yml

@@ -29,6 +29,10 @@ spring:
           uri: http://172.24.144.223:9084/
           predicates:
             - Path=/tenant/**,/dept/**,/area/**,/dict/**,/userInfo/**,/sysOrganization/**,/activity/**,/message/**,/messageNotice/**,,/pltAgreement/**,/agreementRules/**,/poster/**,/agreement/**,/ptl/areaLicense/**,/ptlAgreementCost/**,/scheme/**,/ptlAgreementCostExternal/**,/plt/areaLicense/**
-
+        #数据报表
+        - id: console_route
+          uri: http://172.24.144.223:9085/
+          predicates:
+            - Path=/console/**