This is a web application that can be used to disperse a service using Gigapaxos. This web app inputs the service details and a jar that contains an implementation of Replicable. These details are stored in Cassandra, where they can be accessed by Gigapaxos running Dispersibility wrapper. This also creates the service on Gigapaxos.
mvn clean spring-boot:run
Please see the application.yaml file for the parameters that can be used to modify the cassandra connection as well as to run the create-service jar that is used to create the service on Gigapaxos. The schema for Cassandra can be found in app.cql.