Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 720 Bytes

File metadata and controls

29 lines (22 loc) · 720 Bytes

Build

Dropwizard Microservice Template (Gradle)

This is a Dropwizard microservice template. Just fork it and start building over it.

Features present

  • Configuration reading from Environment variable.
  • Mongo's DAO layer implemented for demo.
  • Demo resource created.
  • Spotless applied.

Needs to be added

  • dockerize.gradle before making it into production.

Requirements to run

  • Setup Mongo
    • Create DB demoMongoDB
    • Create Collection employees
  • Build command
./gradlew spotlessApply clean build
  • Run command
./gradlew spotlessApply clean run