From 2ae96f192cd7ec56f3c77d7b855ed721b5201212 Mon Sep 17 00:00:00 2001 From: acmexii <35618409+acmexii@users.noreply.github.com> Date: Thu, 16 Sep 2021 12:50:42 +0900 Subject: [PATCH] Update application.yml --- src/main/resources/application.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2294a7d..f360d3e 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=/product/**,,/products/**,/goods/** + - Path=/product/**,/products/**,/goods/** - id: order uri: http://localhost:8081 predicates: @@ -61,11 +61,11 @@ spring: gateway: routes: - id: product - uri: http://products:8080 + uri: http://product:8080 predicates: - Path=/product/**,/products/**,/goods/** - id: order - uri: http://orders:8080 + uri: http://order:8080 predicates: - Path=/orders/** - id: delivery @@ -96,4 +96,4 @@ spring: allowCredentials: true server: - port: 8080 \ No newline at end of file + port: 8080