-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Description
Proposal
To avoid issues like #65 and #57 I think mapping location configuration should be simpler.
I think the use should have full control of where the mappings are located. And this tool should not try to be so smart about it:
wiremock-spring-boot/src/main/java/org/wiremock/spring/internal/WireMockServerCreator.java
Line 52 in 3c91092
this.configureFilesUnderDirectory(options.filesUnderDirectory(), "/" + options.name()) |
Minimal configuration needed to get a default setup, in combination with optional full control by the user, would be the goal here.
References
No response
anatoliy-balakirev, StephenFlavin and camilajenny