250x250
Notice
Recent Posts
Recent Comments
Tags
- Capire
- raspberry pi
- HANA Cloud
- sapui5
- cf push
- TypeScript
- eclipse plugin
- angularJS
- BTP 배포
- blue-green
- HANA DB
- Devian
- BTP
- JavaScript
- Business Application Studio
- tomcat
- CAP Java
- ionic3
- Windows Service
- springboot
- BTP Deployment
- 구글맵 예제
- cloud foundry
- ionic native
- ChatGPT
- sap
- 윈도우 서비스
- ionic
- raspbian
- SAP BTP
Archives
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- Today
- Total
목록mokserver (1)
Ryan's Log
Java MokServer 간단히 MokServer를 구현해본다. import org.mockserver.integration.ClientAndServer; import org.mockserver.model.HttpRequest; import org.mockserver.model.HttpResponse; public class MokServer { public static void main(String[] args) { ClientAndServer mockServer = ClientAndServer.startClientAndServer(50000); ForwardChainExpectation expectation = server.when(HttpRequest.request().withMethod("GET..
카테고리 없음
2017. 2. 8. 16:26