이벤트 프로세스 수정

This commit is contained in:
kimscott
2019-09-03 16:57:38 +09:00
parent 119ba15b99
commit a99f112e6d

View File

@@ -18,9 +18,9 @@ spring:
predicates: predicates:
- Path=/products/** - Path=/products/**
- id: order - id: order
uri: http://localhost:8082 uri: http://localhost:8081
predicates: predicates:
- Path=/order/** - Path=/orders/**
- id: delivery - id: delivery
uri: http://localhost:8082 uri: http://localhost:8082
predicates: predicates: