I have a spring boot application i need to embed w...
# general
h
I have a spring boot application i need to embed with wiremock, in the header mock is enabled it won't call the controller, it needs to get the response from the mock is it possible.
r
sounds like you want to use wiremock as a proxy to your spring boot app. information on proxying can be found here