/spring-security-webmvc-pac4j-boot-demo

Spring Security boot demo using spring-security-pac4j + spring-webmvc-pac4j

Primary LanguageJava

This spring-security-webmvc-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-webmvc-pac4j-boot-demo
mvn clean compile exec:java

or

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