How do you actually start WireMock in Spring Boot?
s
Shruti Mishra
05/03/2023, 12:15 PM
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
Oleg Nenashev
05/03/2023, 1:11 PM
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.