Skip to content

sbob-sfdc/spring-mvc-fulfillment-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring MVC Fulfillment Base Application

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.

Running the application locally

Build with:

$ mvn clean install

Then run with:

$ java -jar target/dependency/webapp-runner.jar target/*.war

Running on Heroku

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published