An open API service indexing awesome lists of open source software.

https://github.com/callicoder/spring-boot-heroku-deployment-example

Deploying / Hosting Spring boot applications on Heroku
https://github.com/callicoder/spring-boot-heroku-deployment-example

deployment heroku hosting spring-boot

Last synced: 2 months ago
JSON representation

Deploying / Hosting Spring boot applications on Heroku

Awesome Lists containing this project

README

        

## Spring Boot Heroku Deployment Example

**Tutorial:** [Deploying / Hosting Spring Boot applications on Heroku](https://www.callicoder.com/deploy-host-spring-boot-apps-on-heroku/)

## Running the application locally

```bash
git clone https://github.com/callicoder/spring-boot-heroku-deployment-example.git
cd spring-boot-heroku-deployment-example
mvn spring-boot:run
```

## Deploying to Heroku

Read the [Tutorial](https://www.callicoder.com/deploy-host-spring-boot-apps-on-heroku/) for instructions on deploying to Heroku.

Or click this magic button to deploy this project to your heroku account:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)