Monday 8 June 2020

How to run WireMock service on different port?

Following options are used to customize http, https ports.

--port, --https-port.

 

Example

java -jar wiremock-standalone-2.9.0.jar --port 8888 --https-port 9999 


Previous                                                    Next                                                    Home

No comments:

Post a Comment