Эх сурвалжийг харах

增加MES调度服务器。

yangzhijie 5 жил өмнө
parent
commit
f248956811

+ 9 - 0
src/main/resources/Application.yml

@@ -50,6 +50,10 @@ spring:
           uri: lb://report-server
           predicates:
             - Path=/ureport/**
+        - id: mes_schedule_server
+          uri: lb://mes-schedule-server
+          predicates:
+            - Path=/mesSchedule/**
         # 正式的环境去掉该配置
         - id: pc_client
           uri: http://127.0.0.1:8081
@@ -61,6 +65,11 @@ spring:
           predicates:
             - Path=/EamApp/**
         # 正式的环境去掉该配置
+        - id: middleware_client
+          uri: http://127.0.0.1:78
+          predicates:
+            - Path=/mid/**
+        # 正式的环境去掉该配置
         - id: wms_client
           uri: http://127.0.0.1:8083
           predicates: