浏览代码

健康之道配置追加

zdm 6 年之前
父节点
当前提交
898fc9badd
共有 1 个文件被更改,包括 6 次插入2 次删除
  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: