Service virtualization - Virtualan integration with Openapi

Setup Guide : Pre-requisite: openapi-generator (With Virtualan version) https://github.com/elans3/openapi-generator Virtualan code: https://github.com/elans3/openapi-virtualan Implementation sample code with pet store : https://github.com/elans3/openapi-virtualan-impl Deploy and Start the service : It just supports only for Spring REST services as of now: Run the following command: mvn -U -Dmaven.javadoc.skip=true clean install java -jar virtualan-pet.jar Usage and Testing: Navigate to the http://localhost :<8080>/virtualan-ui.html to set up the Mock data. Refer Virtualan - PET Store : View Pet store UI Set-up Data: Test the Service with any rest client: Hope you have satisfied with the response :) Thank you for visiting to this page.. Benefits of Virtualan: Setup your request and response for the given Re...