blob: f8029770f6a7fe3912b89672870d6dd055ad221b [file] [view]
Apache Shiro + Guice Example
============================
A Guice example web application that show how to configure Shiro via Guice, and basic user login.
Run the Example
---------------
```
mvn jetty:run
```
Browse to `http://localhost:9080/`
Or deploy to Heroku:
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-guice)