README.md
February 3, 2023 ยท View on GitHub
This spring-security-jee-pac4j-boot-demo project is a Spring Security boot demo using:
- Spring Security + Spring Boot
- the jakartaee-pac4j security library
- the spring-security-pac4j bridge from pac4j to Spring Security.
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