This is the dropwizard example service ( http://dropwizard.codahale.com/getting-started/ ) using Scala.
$ mvn scala:run
Packaging and running the from the jar:
$ mvn package
$ java -jar ./target/dropwizard-scala-service-1.0-SNAPSHOT.jar server
$ sbt
run server
The service only contains the resource HelloWorld, therefore the endpoints available are:
http://localhost:8080/hello-world
http://localhost:8080/hello-world?q=victor
(admin page) -> http://localhost:8081/
(run gc) -> http://localhost:8080/tasks/gc