이벤트 order 이벤트 핸들링

This commit is contained in:
kimscott
2019-11-12 16:17:32 +09:00
parent 448d42acd1
commit 0f1324276e

View File

@@ -16,7 +16,7 @@ spring:
- id: product - id: product
uri: http://localhost:8085 uri: http://localhost:8085
predicates: predicates:
- Path=/products/**,/goods/** - Path=/product/**,,/products/**,/goods/**
- id: order - id: order
uri: http://localhost:8081 uri: http://localhost:8081
predicates: predicates:
@@ -63,7 +63,7 @@ spring:
- id: product - id: product
uri: http://products:8080 uri: http://products:8080
predicates: predicates:
- Path=/products/**,/goods/** - Path=/product/**,/products/**,/goods/**
- id: order - id: order
uri: http://orders:8080 uri: http://orders:8080
predicates: predicates: