Java binding for Hoverfly
-
Updated
Jun 10, 2025 - Java
Java binding for Hoverfly
Service Virtualization Solution – a combined Service Stub and Transparent Proxy
Service Virtualized HTTP - to help service test automation stay fast and consistent
This project is a Spring Boot application that exposes several web services. It uses an H2 in-memory database to store the input data provided via XML. The web services allow clients to send XML payloads, which are then processed and saved to the H2 database.
The API first (or design first) approach focuses on the API’s design before starting to write the code. The resulting code will be the output of our design, which means that the first thing we need to do is to write the API specification (OpenApi). That is, we will design how our API will look like and how it should work before starting to write…
Add a description, image, and links to the service-virtualization topic page so that developers can more easily learn about it.
To associate your repository with the service-virtualization topic, visit your repo's landing page and select "manage topics."