Skip to content

A basic drop wizard application with almost all core features experimented. Also deploying on DockerHub automatically

Notifications You must be signed in to change notification settings

aravindmetku/dw-docker-hello-world

Repository files navigation

HelloWorld

How to start the HelloWorld application

  1. Run mvn clean install to build your application
  2. Start application with java -jar target/HelloWorld-1.0-SNAPSHOT.jar server config.yml
  3. To check that your application is running enter url http://localhost:8080

Health Check

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

Docker

  1. Run mvn clean install to build your application
  2. docker build -t dw-hello-world .
  3. docker run --detach -p 8080:8080 dw-hello-world

About

A basic drop wizard application with almost all core features experimented. Also deploying on DockerHub automatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published