It is a simple RESTful service that will allow a merchant to create a new simple offer.
This application can be run directly in Eclipse. It is a maven project, so you may need to maven plugin for eclipse to build and run.
run com.worldpay.offers.Application in eclipse.
OR
$ mvn package<br/>
$ java -jar target/wp-assessment-0.0.1-SNAPSHOT.jar