Skip to content

Simple Gradle Spring Boot REST Hello World Java application prepared for Heroku deployment

Notifications You must be signed in to change notification settings

htutman/gradle-springboot-rest-hw

Repository files navigation

gradle-springboot-rest-hw

Simple Gradle Spring Boot REST Hello World Java application prepared for Heroku deployment.

Deploy

Invoke REST end-point on Heroku

curl https://[Heroku App Name].herokuapp.com/hello

Run locally

Java and Gradle need to be installed locally. Make sure the Heroku CLI is installed.

git clone https://github.com/htutman/gradle-springboot-rest-hw.git
cd gradle-springboot-rest-hw
gradle clean build
heroku local:start

Invoke REST end-point locally

curl localhost:5000/hello

About

Simple Gradle Spring Boot REST Hello World Java application prepared for Heroku deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages