Skip to content

pdincau/hello-atv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Agile Tour Vienna

Trivial java application to greet people at Agile Tour Vienna.

How to test

mvn clean test

How to build

mvn clean package

How to run

java -jar -Dhttp.server.port=${PORT} target/hello-atv-jar-with-dependencies.jar

Default port is 8080.

How to create docker image

docker build -t pdincau/hello-atv

How to run docker image

docker run --rm=true -it -p 8080:8080 --name hello-atv pdincau/hello-atv

Greeting route

You can check the health of the service by calling:

curl localhost:${PORT}/hello?yourname

Healthcheck route

You can check the health of the service by calling:

curl localhost:${PORT}/ping

About

A application that will be tested, built and released at Agile Tour Vienna 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published