ReLive27 / spring-security-sample

This module contains articles about Spring Security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

About

This module contains articles about Spring Security

License:Apache License 2.0


Languages

Language:Java 100.0%