Explorar el Código

修改网关服务器的配置。

yangzhijie hace 5 años
padre
commit
a53285859b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/main/resources/Application.yml

+ 2 - 2
src/main/resources/Application.yml

@@ -59,12 +59,12 @@ spring:
         - id: eam_client
           uri: http://127.0.0.1:8082
           predicates:
-            - Path=/eamapp/**
+            - Path=/EamApp/**
         # 正式的环境去掉该配置
         - id: wms_client
           uri: http://127.0.0.1:8083
           predicates:
-            - Path=/wmsapp/**,/static-wms-app/**,/EamApp/**
+            - Path=/wmsapp/**,/static-wms-app/**
         # 文件服务器
         - id: file_server
           uri: lb://file-server