yassine 10 kuukautta sitten
vanhempi
commit
bced077701
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      api-gateway.yml

+ 2
- 2
api-gateway.yml Näytä tiedosto

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

Powered by TurnKey Linux.