Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 657 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 657 Bytes

This buji-pac4j-demo project is a Shiro web application using:

Start & test

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.