Skip to content

monknomo/gravina-dropwizard-configurable-assets-bundle-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravina Demo Dropwizard Asset Bundle App

See an in depth demo

What

Gravina is a very small Dropwizard app with an echo service and the ability to host static assets from outside of its jar.

Why

It is convenient to deploy static assets separately from an api server, and sometimes having the api server host the static assets is more convenient than messing with proxies

How

Build this app server with mvn package

Configure the app server by editing app.yml. The target hosting directory is controlled by these settings;

  overrides:
    /: /tmp

Run the app from inside the project's root directory with java -jar target\gravina-1.0.jar server app.yml

See an in depth demo

About

Sample project that shows how to host external static assets with Dropwizard

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages