DEPRECATION NOTICE: This repository is no longer maintained as of 2023-03-21.
A simple Java app for Heroku that demonstrates the Borealis Isolated Postgres add-on.
Using resources for this example app counts towards your usage. Delete your app and database as soon as you are done experimenting to control costs.
By default, apps use Eco dynos if you are subscribed to Eco. Otherwise, it defaults to Basic dynos.
$ heroku create
$ git push heroku main
$ heroku open
or
For more information: Borealis Isolated Postgres.
This app is based on the companion repo for the Getting Started with Java on Heroku article.