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.