change kafka url
This commit is contained in:
@@ -14,7 +14,7 @@ spring:
|
|||||||
gateway:
|
gateway:
|
||||||
routes:
|
routes:
|
||||||
- id: product
|
- id: product
|
||||||
uri: http://localhost:8081
|
uri: http://localhost:8085
|
||||||
predicates:
|
predicates:
|
||||||
- Path=/product/**
|
- Path=/product/**
|
||||||
- id: order
|
- id: order
|
||||||
@@ -22,17 +22,21 @@ spring:
|
|||||||
predicates:
|
predicates:
|
||||||
- Path=/order/**
|
- Path=/order/**
|
||||||
- id: delivery
|
- id: delivery
|
||||||
uri: http://localhost:8083
|
uri: http://localhost:8082
|
||||||
predicates:
|
predicates:
|
||||||
- Path=/deliverys/**
|
- Path=/deliverys/**
|
||||||
- id: marketing
|
- id: marketing
|
||||||
uri: http://localhost:8084
|
uri: http://localhost:8083
|
||||||
predicates:
|
predicates:
|
||||||
- Path=/serveys/**
|
- Path=/serveys/**
|
||||||
- id: servicecenter
|
- id: servicecenter
|
||||||
uri: http://localhost:8081
|
uri: http://localhost:8084
|
||||||
predicates:
|
predicates:
|
||||||
- Path=/customers/**
|
- Path=/customers/**
|
||||||
|
- id: mypage
|
||||||
|
uri: http://localhost:8086
|
||||||
|
predicates:
|
||||||
|
- Path=/mypage/**
|
||||||
globalcors:
|
globalcors:
|
||||||
corsConfigurations:
|
corsConfigurations:
|
||||||
'[/**]':
|
'[/**]':
|
||||||
|
|||||||
Reference in New Issue
Block a user