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
- Host: GitHub
- URL: https://github.com/callicoder/spring-boot-heroku-deployment-example
- Owner: callicoder
- Created: 2018-04-02T09:44:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T13:37:19.000Z (about 7 years ago)
- Last Synced: 2025-04-19T08:34:34.437Z (2 months ago)
- Topics: deployment, heroku, hosting, spring-boot
- Language: Shell
- Homepage: https://www.callicoder.com/deploy-host-spring-boot-apps-on-heroku/
- Size: 48.8 KB
- Stars: 15
- Watchers: 2
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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:
[](https://heroku.com/deploy)