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: