Hi Team, In wiremock, when integrating with sprin...
# wiremock-java
s
Hi Team, In wiremock, when integrating with spring boot...not as a standalone...in the console it is stating that it has started on certain port...but the url is not testable in postman. Is there a necessity to be integrated with service. Can you please suggest an example on this. Thanks.
o
How do you actually start WireMock in Spring Boot?
s
In console it is stating that it has started in port 8089, but while checking in postman with the same URL, it does not work. Am I missing some configuration over here
o
And did you try accessing this URL locally? the WireMock server seems to have started properlyfrom the log. Note that 0.0.0.0 is not necessarily mapped to localhost. Depends on your OS and system configuration.