tomaszj / absolutely-base-dropwizard-with-sbt

Absolutely base Dropwizard service with one endpoint build using SBT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base Dropwizard service built using SBT

This is an absolutely bare-bones project setting up a Dropwizard service using .sbt build file. Released on MIT license.

Most interesting bit is of course the build.sbt file (yes, it's that short). IntelliJ is clever enough these days to import SBT projects itself, so there's no need for the sbt-idea plugin anymore.

Enjoy!

About

Absolutely base Dropwizard service with one endpoint build using SBT

License:MIT License


Languages

Language:Java 91.7%Language:Scala 8.3%