| Apache Shiro + Spring Web Example | |
| ================================= | |
| This example creates a web application (WAR packaged) to demonstrate configuring Apache Shiro via Spring. | |
| This example also includes a Spring Remoting example. | |
| Run the Example | |
| --------------- | |
| ```bash | |
| mvn jetty:run | |
| ``` | |
| Browse to `http://localhost:8080/shiro-samples-spring` |