Skip to content

ReLive27/spring-security-sample

Repository files navigation

spring-security-sample

spring-security-sample

This project is a collection of Spring Security tutorials by example. Spring Security is a framework that provides authentication, authorization, and protection against common attacks. The modules here cover many aspects of Spring Security.

Relevant Articles:

Spring Version

Spring Boot Spring Cloud Spring Security
2.7.6 2021.0.5 5.7.5

Building from Source

spring-security-sample uses a Maven based build system.

Prerequisites

Git and the JDK8 build.

Be sure that your JAVA_HOME environment variable points to the jdk1.8.0 folder extracted from the JDK download.

Check out sources

git clone [email protected]:ReLive27/spring-security-sample.git

Build and Install the Project:

./mvn clean install

Contributing

Pull requests are welcome.

License

spring-security-sample is Open Source software released under the Apache 2.0 license.