application-dev.yml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. spring:
  2. minio:
  3. url: http://192.168.0.250:9000
  4. access-key: v7Zb8XhyLcYNcSHlxvyK
  5. secret-key: 58YibMwpxGKtXcekPL065OM4GonC1hf2tFMjI9EN
  6. bucket-name: jzg
  7. cloud:
  8. nacos:
  9. server-addr: 192.168.5.250:8848
  10. username: nacos
  11. password: nacos
  12. config:
  13. import-check:
  14. enabled: false
  15. file-extension: yaml
  16. namespace: e8df500e-697c-46af-ae25-0c02f4fe146d
  17. group: DEFAULT_GROUP
  18. discovery:
  19. namespace: e8df500e-697c-46af-ae25-0c02f4fe146d
  20. gateway:
  21. routes:
  22. - id: auth_route
  23. uri: http://localhost:8081/
  24. predicates:
  25. - name: MultiPath
  26. args:
  27. paths:
  28. - /auth/**
  29. - /send/sendSmsCode
  30. - /appAuth/**
  31. - id: platform_route
  32. uri: http://localhost:8083/
  33. predicates:
  34. - name: MultiPath
  35. args:
  36. paths:
  37. - /menu/**
  38. - /userRole/**
  39. - /system/**
  40. - /file/**
  41. - /user/**
  42. - /esmInsCompany/**
  43. - /jyxConfig/**
  44. - /qrBarcode/**
  45. - /sysDept/**
  46. - /manager/**
  47. - /menu/**
  48. - id: tenant_route
  49. uri: http://localhost:8084/
  50. predicates:
  51. - name: MultiPath
  52. args:
  53. paths:
  54. - /tenant/**
  55. - /dept/**
  56. - /area/**
  57. - /dict/**
  58. - /userInfo/**
  59. - /sysOrganization/**
  60. - /activity/**
  61. - /message/**
  62. - /messageNotice/**
  63. - /poster/**
  64. - /agreement/**
  65. - /pltAgreement/**
  66. - /agreementRules/**
  67. - /plt/areaLicense/**
  68. - /scheme/**
  69. - /schemeRules/**
  70. - /schemeRulesAttrLink/**
  71. - /schemeRulesAttr/**
  72. - /schemeRulesDictLable/**
  73. - /schemeRulesUndwrt/**
  74. - /schemeRulesUndwrtAttrLink/**
  75. - /schemeRulesUndwrtAttr/**
  76. - /schemeRulesUndwrtDictLable/**
  77. - /schemeRulesUndwrtRules/**
  78. - /schemeRulesUndwrtRulesAttrLink/**
  79. - /schemeRules/**
  80. - /ptlAgreementCost/**
  81. - /ptlAgreementCostExternal/**
  82. - /operatorTrajectory/**
  83. - /messageTemplate/**
  84. - /appUser/**
  85. - /userBankCard/**
  86. - /receivable/**
  87. - /ptlAgreementDispatch/**
  88. - /appManage/**
  89. - /version/**
  90. - /userAccount/**
  91. - /account/**
  92. - /accountCard/**
  93. - /amountAuditing/**
  94. - /newCarJudgeRules/**
  95. - /sysDistributionSetting/**
  96. - /organization/wechat/**
  97. - id: summary_route
  98. uri: http://localhost:9898/
  99. predicates:
  100. - name: MultiPath
  101. args:
  102. paths:
  103. - /order/identify/**
  104. - /supplementOrder/**
  105. - /order/carModel/**
  106. - /unify/**
  107. - /order/taskImages/**
  108. - /order/qrCode/**
  109. - /orderTrack/**
  110. - /feeAudit/**
  111. - /adjust/**
  112. - /homepage/**
  113. - /order/searchHistory/**
  114. - /rightsGrant/**
  115. - /insOrderRights/**
  116. - /insFeeOrder/updateAvailableAmount
  117. - id: costsorrule_route
  118. uri: http://localhost:8085/
  119. predicates:
  120. - name: MultiPath
  121. args:
  122. paths:
  123. - /validate/**
  124. #控制台添加网关
  125. - id: console_route
  126. uri: http://localhost:8086/
  127. predicates:
  128. - name: MultiPath
  129. args:
  130. paths:
  131. - /console/**
  132. #合伙人
  133. - id: partner_route
  134. uri: http://localhost:8087/
  135. predicates:
  136. - name: MultiPath
  137. args:
  138. paths:
  139. - /partnerDistribution/**
  140. - /expiredCommission/**
  141. - /newAppPartner/**
  142. - /partner/commission/**
  143. - /partner/commissionDetails/**
  144. - /partnerExtractHistory/**
  145. - /partner/kickbackChange/**
  146. - /partner/liftingRecord/**
  147. - /partner/rule/**
  148. - /partner/**
  149. - /purchaseRecord/**