magardner / elevate-java

A basic java application for the Salesforce Elevate workshop - Heroku track

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-getting-started

A barebones Java app, which can easily be deployed to Heroku.

This application support the Salesforce Elevate Heroku workshop.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Running Locally

If you want to run this application locally, you will need to have Java JDK and Maven build tool installed. You can also use the Foreman command from the Heroku Toolbelt to run this application as it would run on Heroku.

$ git clone https://github.com/heroku/java-getting-started.git
$ cd java-getting-started
$ mvn install
$ foreman start web

Your app should now be running on localhost:5000.

Documentation

For more information about using Java on Heroku, see these Dev Center articles:

Deploy to Heroku

About

A basic java application for the Salesforce Elevate workshop - Heroku track

License:MIT License


Languages

Language:Java 100.0%