alvinmarshall / dropwizard-user-service

A simple restful service built with dropwizard framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User-Service Pull Request Build

How to start the App application

  1. Run mvn clean install to build your application
  2. Start application with java -jar target/user-service-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

About

A simple restful service built with dropwizard framework


Languages

Language:Java 95.4%Language:JavaScript 3.0%Language:Makefile 0.9%Language:Dockerfile 0.6%