あいつの日誌β

働きながら旅しています。

dropwizard

Dropwizard 0.7.1 tutorial

this article is copied from Day 13: Dropwizard -- The Awesome Java REST Server Stack Setting Up Maven % mvn archetype:create -DgroupId=com.example -DartifactId=myblog % cd myblog % git init % git add . % git commit -m 'initial commit' crea…

getting started dropwizard 0.7.0 part2

this article is copied from いますぐ採用すべきJavaフレームワークDropWizard(その3) - Qiita maven edit pom.xml: % git diff diff --git a/pom.xml b/pom.xml index d4b67a8..4bfd736 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,11 @@ <artifactId>dropwizar</artifactid>…

getting started dropwizard 0.7.0

this article is copied from http://dropwizard.io/getting-started.html Setting Up Maven % mkdir dropwizard && cd dropwizard % mvn archetype:create -DgroupId=com.example -DartifactId=myapp % cd myapp % git init % git add . % git commit -m 'i…