Pārlūkot izejas kodu

Merge branch 'master' of http://www.leanwo.com:3000/ShangHaiLeanwo/GatewayServer.git

yangzhijie 5 gadi atpakaļ
vecāks
revīzija
7660fba822
1 mainītis faili ar 6 papildinājumiem un 1 dzēšanām
  1. 6 1
      src/main/resources/Application.yml

+ 6 - 1
src/main/resources/Application.yml

@@ -1,6 +1,6 @@
 #端口号
 server:
-  port: 80
+  port: 9999
   token:
     issuer: leanwo
     secret: leanwo123123
@@ -60,6 +60,11 @@ spring:
           predicates:
             - Path=/pcapp/**,/static/**
         # 正式的环境去掉该配置
+        - id: approval-flow
+          uri: http://127.0.0.1:8088
+          predicates:
+            - Path=/approvalflow/**
+        # 正式的环境去掉该配置
         - id: eam_client
           uri: http://127.0.0.1:8082
           predicates: