Skip to content

spring-projects/spring-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

77892d5 · Feb 18, 2025
Jan 24, 2025
Nov 23, 2020
Jun 5, 2023
Sep 29, 2023
Mar 19, 2024
May 18, 2021
Jan 24, 2025
Nov 18, 2024
Jan 22, 2025
Nov 18, 2024
Nov 18, 2024
Sep 29, 2023
Jan 5, 2024
Feb 3, 2025
Nov 18, 2024
Dec 5, 2023
Feb 17, 2025
Sep 29, 2023
Nov 18, 2024
Jun 1, 2024
Nov 20, 2024
Sep 29, 2023
Jul 10, 2024
May 9, 2024
Nov 18, 2024
Jan 17, 2024
Dec 11, 2024
Oct 13, 2021
Jan 5, 2024
Apr 19, 2024
Jun 14, 2022
Apr 23, 2024
Apr 15, 2020
May 14, 2024
May 6, 2024
Jun 27, 2024
Dec 2, 2009
Feb 18, 2025
Aug 20, 2024
Aug 20, 2024
Mar 20, 2019
Jul 23, 2024

Repository files navigation

Gitter

Build Status

Revved up by Develocity

Spring Security

Spring Security provides security services for the Spring IO Platform. Spring Security 6.0 requires Spring 6.0 as a minimum and also requires Java 17.

For a detailed list of features and access to the latest release, please visit Spring projects.

Code of Conduct

Please see our code of conduct

Downloading Artifacts

See Getting Spring Security for how to obtain Spring Security.

Documentation

Be sure to read the Spring Security Reference. Extensive JavaDoc for the Spring Security code is also available in the Spring Security API Documentation.

Quick Start

See Hello Spring Security to get started with a "Hello, World" application.

Building from Source

Spring Security uses a Gradle-based build system. In the instructions below, ./gradlew is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build.

Prerequisites

Git and the JDK17 build.

Be sure that your JAVA_HOME environment variable points to the jdk-17 folder extracted from the JDK download.

Check out sources

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

Install all spring-*.jar into your local Maven repository.

./gradlew publishToMavenLocal

Compile and test; build all JARs, distribution zips, and docs

./gradlew build

The reference docs are not currently included in the distribution zip. You can build the reference docs for this branch by running the following command:

./gradlew :spring-security-docs:antora

That command publishes the docs site to the docs/build/site directory. The playbook branch describes how to build the reference docs in detail.

Discover more commands with ./gradlew tasks.

Getting Support

Contributing

Pull requests are welcome; see the contributor guidelines for details.

License

Spring Security is Open Source software released under the Apache 2.0 license.