This is a simple web application that implements a web service and an HTML front end to accept Invoice Statement IDs and store them locally.
Build with:
$ mvn clean install
Then run with:
$ java -jar target/dependency/webapp-runner.jar target/*.war
Clone this project locally:
$ git clone https://github.com/metadaddy-sfdc/spring-mvc-fulfillment-base.git
Create a new app on Heroku (make sure you have the Heroku Toolbelt installed):
$ heroku login
$ heroku create -s cedar
Upload the app to Heroku:
$ git push heroku master
Open the app in your browser:
$ heroku open