Home

Awesome

<p align="center"> <img src="https://pac4j.github.io/pac4j/img/logo-spring-security.png" width="300" /> </p>

This spring-security-jee-pac4j-boot-demo project is a Spring Security boot demo using:

Run and test

You can build the project and run it on http://localhost:8080 using the following commands:

cd spring-security-jee-pac4j-boot-demo
mvn clean compile exec:java

or

cd spring-security-jee-pac4j-boot-demo
mvn spring-boot:run