Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

alphagov/re-build-systems-sample-java-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReBuildSystemsSampleJavaApp

This is just a dummy app (developed with Java Dropwizard) that exposes an endpoint that simply return the text Hello world!.

DO NOT USE THIS CODE ON PRODUCTION

How to start the ReBuildSystemsSampleJavaApp application

  1. Run mvn clean package to build your application
  2. Start application with java -jar target/re-build-systems-sample-java-app-1.0.jar server config.yml
  3. To check that your application is running enter url http://localhost:9000

Health Check

To see your applications health enter url http://localhost:9001/healthcheck