From b2ea6942ff1a9888cf7c10468b9c5a2a4dbdb7af Mon Sep 17 00:00:00 2001 From: kimscott Date: Thu, 5 Sep 2019 16:03:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=83=81=ED=92=88=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d3ec5ac..8fcb3a7 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -17,6 +17,10 @@ spring: uri: http://localhost:8085 predicates: - Path=/products/** + - id: goods + uri: http://localhost:8085 + predicates: + - Path=/goods/** - id: order uri: http://localhost:8081 predicates: