From 656dcb244d797a080996d2bff8a723f819d4ad4d Mon Sep 17 00:00:00 2001 From: kimscott Date: Mon, 2 Sep 2019 11:30:16 +0900 Subject: [PATCH] change kafka url --- src/main/resources/application.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7a42f83..c57712e 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -14,7 +14,7 @@ spring: gateway: routes: - id: product - uri: http://localhost:8081 + uri: http://localhost:8085 predicates: - Path=/product/** - id: order @@ -22,17 +22,21 @@ spring: predicates: - Path=/order/** - id: delivery - uri: http://localhost:8083 + uri: http://localhost:8082 predicates: - Path=/deliverys/** - id: marketing - uri: http://localhost:8084 + uri: http://localhost:8083 predicates: - Path=/serveys/** - id: servicecenter - uri: http://localhost:8081 + uri: http://localhost:8084 predicates: - Path=/customers/** + - id: mypage + uri: http://localhost:8086 + predicates: + - Path=/mypage/** globalcors: corsConfigurations: '[/**]':