Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 774 Bytes

File metadata and controls

20 lines (14 loc) · 774 Bytes

This spring-security-reactive-pac4j-boot-demo project is a Spring Security reactive 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-reactive-pac4j-boot-demo
mvn clean compile exec:java

or

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