maciejwalkowiak / wiremock-spring-boot

WireMock Spring Boot drastically simplifies testing HTTP clients in Spring Boot & Junit 5 based integration tests.
MIT License
218 stars 13 forks source link

Allow mappings from given location on filesystem #35

Open tomasbjerre opened 4 months ago

tomasbjerre commented 4 months ago

Looks like it only supports mappings from classpath locations. spring-cloud-contract supports having them in any folder, would ease migration to this library if we don't have to moven them. Would not be a problem if we had only a few applications, but we have about 100 so this would help us.