Hey everyone, I’m trying to set up WireMock with S...
# help
c
Hey everyone, I’m trying to set up WireMock with Spring Boot using this guide: https://jdriven.com/blog/2023/02/Building-a-Stub-Server-using-WireMock-and-Spring-Boot. In the article, I noticed this setting:
WireMockFileSourceRoot: '/WEB-INF/wiremock'.
Based on that, I assumed mappings could be added to WireMock at
/WEB-INF/wiremock/mappings/stub.json
. However, the mapping isn’t being loaded in the application. Am I missing something? Thanks!