application-test.yml 563 B

123456789101112131415161718192021
  1. spring:
  2. cloud:
  3. gateway:
  4. routes:
  5. - id: auth_route
  6. uri: http://172.24.144.223:9081/
  7. predicates:
  8. - Path=/auth/**
  9. - id: platform_route
  10. uri: http://172.24.144.223:9083/
  11. predicates:
  12. - Path=/userRole/**,/system/**,/file/**,/user/**,/esmInsCompany/**,/jyxConfig/**,/qrBarcode/**
  13. - id: tenant_route
  14. uri: http://172.24.144.223:9084/
  15. predicates:
  16. - Path=/tenant/**,/dept/**,/area/**,/dict/**,/userInfo/**,/sysOrganization/**,/activity/**