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

A sample dropwizard application using elasticsearch as storage backend

Notifications You must be signed in to change notification settings

spinscale/dropwizard-blog-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sample dropwizard application using elasticsearch as storage backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published