From a99f112e6d6df3e8ce86a3b7693af00ac3913cdf Mon Sep 17 00:00:00 2001 From: kimscott Date: Tue, 3 Sep 2019 16:57:38 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=B2=A4=ED=8A=B8=20=ED=94=84?= =?UTF-8?q?=EB=A1=9C=EC=84=B8=EC=8A=A4=20=EC=88=98=EC=A0=95?= 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 b7071a5..d3ec5ac 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -18,9 +18,9 @@ spring: predicates: - Path=/products/** - id: order - uri: http://localhost:8082 + uri: http://localhost:8081 predicates: - - Path=/order/** + - Path=/orders/** - id: delivery uri: http://localhost:8082 predicates: