Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 627 Bytes

README.textile

File metadata and controls

12 lines (8 loc) · 627 Bytes

Dropwizard sample application

This is a small sample application utilizing the nice dropwizard framework, which uses elasticsearch as its storage backend and Mozilla Rhino as javascript rendering engine on the server side (you read that right, no freemarker).

Installation

  • git clone https://github.com/spinscale/dropwizard-blog-sample
  • mvn package
  • java -jar target/dropwizard-blog-0.0.1-SNAPSHOT.jar
  • Go to http://localhost:8080/ or to http://localhost:8080/admin with login admin/test123
  • In case you want to check out the source, do not forget to run something like mvn eclipse:eclipse to support your IDE