Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.42 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.42 KB

This project serves as an example for how to embed and use hegemon in your project. It uses the excellent dropwizard project to make http endpoints available with minimum boilerplate, but hegemon will work equally well with whatever you'd like to include it in.

Get it: $ git clone git://github.com/Cue/hegemon-example.git

Build it: $ cd hegemon-example; mvn package

Run it: $ java -jar target/hegemon-example-0.0.2.jar server

It includes: