This is a Dropwizard microservice template. Just fork it and start building over it.
- Configuration reading from Environment variable.
- Mongo's DAO layer implemented for demo.
- Demo resource created.
- Spotless applied.
- dockerize.gradle before making it into production.
- Setup Mongo
- Create DB demoMongoDB
- Create Collection employees
- Build command
./gradlew spotlessApply clean build
- Run command
./gradlew spotlessApply clean run