dropwizard
this article is copied from Day 13: Dropwizard--The Awesome Java REST Server Stack – OpenShift Blog Setting Up Maven % mvn archetype:create -DgroupId=com.example -DartifactId=myblog % cd myblog % git init % git add . % git commit -m 'initi…
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>…
this article is copied from Getting Started | Dropwizard Setting Up Maven % mkdir dropwizard && cd dropwizard % mvn archetype:create -DgroupId=com.example -DartifactId=myapp % cd myapp % git init % git add . % git commit -m 'initial commit…