All Projects → heroku → Java Getting Started

heroku / Java Getting Started

Licence: mit
Getting Started with Java on Heroku

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Java Getting Started

Great Big Example Application
A full-stack example app built with JHipster, Spring Boot, Kotlin, Angular 4, ngrx, and Webpack
Stars: ✭ 899 (+336.41%)
Mutual labels:  heroku, spring-boot
Idea Live Templates
My IntelliJ Live Templates
Stars: ✭ 207 (+0.49%)
Mutual labels:  heroku, spring-boot
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+782.52%)
Mutual labels:  heroku, spring-boot
Scoold
A Stack Overflow clone for teams (self-hosted)
Stars: ✭ 463 (+124.76%)
Mutual labels:  heroku, spring-boot
Jhipster6 Demo
JHipster 6 Demo! 🎉
Stars: ✭ 150 (-27.18%)
Mutual labels:  heroku, spring-boot
Icare
Open Source Carpooling Platform
Stars: ✭ 196 (-4.85%)
Mutual labels:  heroku
Spring Microservice Sample
Spring Boot based Mircoservice sample
Stars: ✭ 199 (-3.4%)
Mutual labels:  spring-boot
Java Microservices Examples
Java Microservices: Spring Boot, Spring Cloud, JHipster, Spring Cloud Config, and Spring Cloud Gateway
Stars: ✭ 194 (-5.83%)
Mutual labels:  spring-boot
Event Driven Spring Boot
Example Application to demo various flavours of handling domain events in Spring Boot
Stars: ✭ 194 (-5.83%)
Mutual labels:  spring-boot
Vuejs Rails Starterkit
Vue.js + Rails Starting Kit GitHub Template to develop Hybrid Mobile Application: https://vuejs-rails-starterkit.herokuapp.com
Stars: ✭ 205 (-0.49%)
Mutual labels:  heroku
Aliyun Spring Boot
Spring Boot Starters for Aliyun services
Stars: ✭ 202 (-1.94%)
Mutual labels:  spring-boot
Wordpress Heroku
This project is a template for installing and running WordPress 5.x on Heroku.
Stars: ✭ 198 (-3.88%)
Mutual labels:  heroku
Blog
MyBlog
Stars: ✭ 197 (-4.37%)
Mutual labels:  spring-boot
Ebook
🔥🔥Java相关精品电子书分享100+,书籍来自网络🔥🔥
Stars: ✭ 197 (-4.37%)
Mutual labels:  spring-boot
Embedded Database Spring Test
A library for creating isolated embedded databases for Spring-powered integration tests.
Stars: ✭ 196 (-4.85%)
Mutual labels:  spring-boot
My Blog Layui
layui 版本的 My-Blog : A simple & beautiful blogging system implemented with spring-boot & layui & thymeleaf & mybatis My Blog 是由 SpringBoot + Layui + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Stars: ✭ 204 (-0.97%)
Mutual labels:  spring-boot
Material Admin
A Material Designed Admin Framework based on Spring boot2 And Bootstrap
Stars: ✭ 196 (-4.85%)
Mutual labels:  spring-boot
React Demo Store
Moltin + React powered online store
Stars: ✭ 198 (-3.88%)
Mutual labels:  heroku
Blockchain
A simple implementation of blockchain in java
Stars: ✭ 201 (-2.43%)
Mutual labels:  spring-boot
Awesome Spring Boot
springboot 各种资料整理(demo、教程、网站、starter文档等),持续更新,欢迎pr。
Stars: ✭ 198 (-3.88%)
Mutual labels:  spring-boot

java-getting-started

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:

JDBC_DATABASE_URL=jdbc:postgresql://localhost:5432/java_database_name

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

Documentation

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].