Skip to content

stormpath/heroku-spring-boot-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Stormpath is Joining Okta

We are incredibly excited to announce that Stormpath is joining forces with Okta. Please visit the Migration FAQs for a detailed look at what this means for Stormpath users.

We're available to answer all questions at support@stormpath.com.

Stormpath Spring-Boot Runner for Heroku

Deploy A Maven based Spring-Boot artifact to Heroku. This project is intended to enable simple way to bootstrap an example application to Heroku. The pom.xml will download a Spring-Boot uber jar artifact and run it.

Example:

Deploy

Heroku requires an app.json at root of a git repo (not a bad requirement), but we (and other projects) have a lot of examples in a Maven sub-module typically named examples. This repo will wrap any Maven Spring-Boot uber jar project and download the latest release and run it.

Button format:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/stormpath/heroku-spring-boot-runner&env\[GROUP_ID\]=<maven-groupId-here>&env\[ARTIFACT_ID\]=<maven-artifactId-here>)

Where <maven-groupId-here> is your groupId, and <maven-artifactId-here> is your artifactId.

Supported URL parameters:

Parameter Default Value Description
env[GROUP_ID] N/A Artifact's group ID
env[ARTIFACT_ID] N/A Artifact's ID
evn[VERSION] [0.0.0,) Artifact's version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published