blob: ffba06f528ba909b1036173e344f56d29ed7b813 [file] [view]
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
---------------
```
mvn jetty:run-war
```
Browse to `http://localhost:8080/shiro-samples-spring`