Update application.yml
This commit is contained in:
@@ -16,7 +16,7 @@ spring:
|
|||||||
- id: product
|
- id: product
|
||||||
uri: http://localhost:8085
|
uri: http://localhost:8085
|
||||||
predicates:
|
predicates:
|
||||||
- Path=/product/**,,/products/**,/goods/**
|
- Path=/product/**,/products/**,/goods/**
|
||||||
- id: order
|
- id: order
|
||||||
uri: http://localhost:8081
|
uri: http://localhost:8081
|
||||||
predicates:
|
predicates:
|
||||||
@@ -61,11 +61,11 @@ spring:
|
|||||||
gateway:
|
gateway:
|
||||||
routes:
|
routes:
|
||||||
- id: product
|
- id: product
|
||||||
uri: http://products:8080
|
uri: http://product:8080
|
||||||
predicates:
|
predicates:
|
||||||
- Path=/product/**,/products/**,/goods/**
|
- Path=/product/**,/products/**,/goods/**
|
||||||
- id: order
|
- id: order
|
||||||
uri: http://orders:8080
|
uri: http://order:8080
|
||||||
predicates:
|
predicates:
|
||||||
- Path=/orders/**
|
- Path=/orders/**
|
||||||
- id: delivery
|
- id: delivery
|
||||||
|
|||||||
Reference in New Issue
Block a user