This buji-pac4j-demo
project is a Shiro web application using:
- the Shiro security library
- the javaee-pac4j security library
- the buji-pac4j bridge from pac4j to Shiro.
You can build the project and run it on http://localhost:8080 using the following commands:
cd buji-pac4j-demo
mvn clean package jetty:run
If you want to use Guice
, please see the buji-guice-demo.