Skip to content

Simple Spring MVC Hello World Java application prepared for Heroku deployment

Notifications You must be signed in to change notification settings

htutman/maven-springmvc-rest-hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maven-springmvc-rest-hw

Simple Spring MVC 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 Maven need to be installed locally. Make sure the Heroku CLI is installed.

git clone https://github.com/htutman/maven-springmvc-rest-hw.git
cd maven-springmvc-rest-hw
mvn clean package
heroku local:start

Invoke REST end-point locally

curl localhost:5000/hello

About

Simple Spring MVC Hello World Java application prepared for Heroku deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages