Hi team, We have several microservices which is us...
# general
v
Hi team, We have several microservices which is using latest spring-boot+wiremock+test-containers. We have some common APIs which are used by among all the microservices. so, each microservice in src/test/resources/mappings folder we have same JSON replicated in all the microservices. In-order to improve this, we want to create a library where we can place these common jsons so that all the microservices which make use of it. So, In wiremock how to instruct to read jsons files from that library(common APIs) as well as src/test/resources/mapping folder. Any inputs will be really appreciated.