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
Rafe Arnold
11/27/2024, 1:41 PM
sounds like you want to use wiremock as a proxy to your spring boot app. information on proxying can be found here