250x250
Notice
Recent Posts
Recent Comments
Tags
- JavaScript
- BTP 배포
- HANA Cloud
- tomcat
- Windows Service
- 윈도우 서비스
- sap
- CAP Java
- Capire
- cf push
- 구글맵 예제
- cloud foundry
- eclipse plugin
- Devian
- raspbian
- ChatGPT
- TypeScript
- ionic
- blue-green
- BTP
- SAP BTP
- sapui5
- angularJS
- ionic3
- BTP Deployment
- ionic native
- Business Application Studio
- raspberry pi
- HANA DB
- springboot
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
목록java 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