From 0f1324276e687e9f799492ec7577cb425e5aaad7 Mon Sep 17 00:00:00 2001 From: kimscott Date: Tue, 12 Nov 2019 16:17:32 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=B2=A4=ED=8A=B8=20order=20=EC=9D=B4?= =?UTF-8?q?=EB=B2=A4=ED=8A=B8=20=ED=95=B8=EB=93=A4=EB=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3c6e802..b14fd20 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -16,7 +16,7 @@ spring: - id: product uri: http://localhost:8085 predicates: - - Path=/products/**,/goods/** + - Path=/product/**,,/products/**,/goods/** - id: order uri: http://localhost:8081 predicates: @@ -63,7 +63,7 @@ spring: - id: product uri: http://products:8080 predicates: - - Path=/products/**,/goods/** + - Path=/product/**,/products/**,/goods/** - id: order uri: http://orders:8080 predicates: