Update application.yml
This commit is contained in:
@@ -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
|
||||
port: 8080
|
||||
|
||||
Reference in New Issue
Block a user