From 6d551b8227fd138e1456ff26e70fe80b0de38f87 Mon Sep 17 00:00:00 2001 From: kimscott Date: Tue, 17 Sep 2019 16:09:52 +0900 Subject: [PATCH] =?UTF-8?q?oauth=20=EC=97=90=20profile=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e68ce3a..f8be8de 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -25,10 +25,6 @@ spring: uri: http://localhost:8082 predicates: - Path=/deliveryies/** - - id: marketing - uri: http://localhost:8083 - predicates: - - Path=/serveys/** - id: servicecenter uri: http://localhost:8084 predicates: @@ -65,7 +61,7 @@ spring: gateway: routes: - id: product - uri: http://product:8080 + uri: http://products:8080 predicates: - Path=/products/**,/goods/** - id: order @@ -76,10 +72,6 @@ spring: uri: http://delivery:8080 predicates: - Path=/deliveryies/** - - id: marketing - uri: http://marketing:8080 - predicates: - - Path=/serveys/** - id: servicecenter uri: http://servicecenter:8080 predicates: