소스 검색

gateway fix

yassine 10 달 전
부모
커밋
780f34446e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      api-gateway.yml

+ 2
- 2
api-gateway.yml 파일 보기

@@ -9,14 +9,14 @@ spring:
9 9
     gateway:
10 10
       routes:
11 11
         - id: customer
12
-          uri: lb://customer
12
+          uri: http://localhost:8081
13 13
           predicates:
14 14
             - Path=/customer/**
15 15
           filters:
16 16
             - StripPrefix=1
17 17
 
18 18
         - id: account
19
-          uri: lb://account
19
+          uri: http://localhost:8082
20 20
           predicates:
21 21
             - Path=/account/**
22 22
           filters:

Powered by TurnKey Linux.