Browse Source

健康之道配置追加

zdm 6 years ago
parent
commit
898fc9badd
1 changed files with 6 additions and 2 deletions
  1. 6 2
      gateway/ag-basic/src/main/resources/application.yml

+ 6 - 2
gateway/ag-basic/src/main/resources/application.yml

@ -42,10 +42,14 @@ zuul:
      serviceId: svr-iot
    svr-base:
      path: /base/**
      serviceId: svr-base-lyx
      serviceId: svr-base
    svr-authentication:
      path: /auth/**
      serviceId: svr-authentication-lyx
      serviceId: svr-authentication
    svr-healthy-house:
      path: /healthyHouse/**
      serviceId: svr-healthy-house
---
spring: