Skip to content

wytten/java-getting-started

This branch is 6 commits ahead of, 79 commits behind heroku/java-getting-started:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 13, 2023
36a2002 · Oct 13, 2023

History

64 Commits
Apr 26, 2018
May 23, 2018
Apr 6, 2016
May 23, 2018
Aug 11, 2014
Apr 25, 2017
Oct 13, 2023
Apr 17, 2017
Dec 5, 2015
Dec 5, 2015
Apr 26, 2018
Apr 20, 2017

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:

Test

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.5%
  • HTML 32.4%
  • CSS 4.7%
  • Procfile 0.4%