Skip to content

tomozilla/java-getting-started-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-getting-started !

CircleCI

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

This application supports the Getting Started with Java on Heroku article - check it out.

Deploy to Heroku

Running Locally

Make sure you have Java and Maven installed. Also, install the Heroku CLI.

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

Your app should now be running on localhost:5000.

If you're going to use a database, ensure you have a local .env file that reads something like this:

DATABASE_URL=postgres://localhost:5432/java_database_name 

Deploying to Heroku

$ heroku create $ git push heroku master $ heroku open

Documentation

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

About

Getting Started with Java on Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 33.4%
  • Shell 30.4%
  • Batchfile 22.1%
  • Java 11.4%
  • CSS 2.7%