This is a basic Java based webservice to be used in combination with DiffViz. It comes with the Google Diff-Match-Patch Algorithm as an example.
- Clone the repo and
cdinside - Run
mvn package, which will generate a .jar in/target - Run the jar with
java -jar target/at.aau.softwaredynamics.diffws-X.Y.Z.jarwhere you replace X.Y.Z with the version you build
API documentation is available at /swagger-ui.html after starting the service.