blob: 4f68449b9b6751950e3b5ad535294f0b0f29c015 [file] [log] [blame] [view]
Apache Shiro Web Example
========================
An example web application that show how to configure Shiro via a `web.xml` and basic user login.
Run the Example
---------------
```bash
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-web)