Update README.md

This commit is contained in:
kimhyungkook
2019-09-27 14:14:42 +09:00
committed by GitHub
parent 5ce7dc1173
commit d45fff523d

View File

@@ -134,3 +134,6 @@ https://github.com/TheOpenCloudEngine/uEngine-cloud/wiki/Httpie-%EC%84%A4%EC%B9%
http localhost:8081/orders productId=1 quantity=3 customerId="1@uengine.org" customerName="홍길동" customerAddr="서울시"
>> order 서비스를 실행할때 product 서비스에서 request 방식으로 재고를 체크하고 싶을때는
>> mvn spring-boot:run -DcheckStock=true
>> 로 order 서비스를 실행하면 됩니다.