주문시 checkStock 를 체크하도록 변경함

This commit is contained in:
kimscott
2019-09-27 14:16:23 +09:00
parent ec78add0e4
commit 53a08b2354

View File

@@ -24,7 +24,7 @@ spring:
- id: delivery - id: delivery
uri: http://localhost:8082 uri: http://localhost:8082
predicates: predicates:
- Path=/deliveryies/** - Path=/deliveries/**
- id: servicecenter - id: servicecenter
uri: http://localhost:8084 uri: http://localhost:8084
predicates: predicates: