I am trying to create a Stub server using PACT + J...
# pact-jvm
a
I am trying to create a Stub server using PACT + JAVA. My requirement is the Stub server which I create will be either running locally or on some server. When any service ( say API ) sends request it should hit this STUB Server and return response Thanks I did go through lot of resources but could not find starter. Any help would be appreciated.
m
Stubs are based on the pact files generated by pact tests
Once you have a contract, you can use that in the stub server
Pactflow also automatically hosts them (up to spec v2)