Skip to content

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

License

Notifications You must be signed in to change notification settings

agileforce/elevate-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages