Skip to content

W3D3/diffwebservice

Diff Webservice Template

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.

Docs

Building

  1. Clone the repo and cd inside
  2. Run mvn package, which will generate a .jar in /target
  3. Run the jar with java -jar target/at.aau.softwaredynamics.diffws-X.Y.Z.jar where you replace X.Y.Z with the version you build

API

API documentation is available at /swagger-ui.html after starting the service.

About

Example Java diffing webservice for DiffViz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages