Skip to content

mtransier/spring-security

This branch is 10894 commits behind spring-projects/spring-security:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 21, 2018
Mar 27, 2018
Dec 21, 2017
Jan 9, 2018
Mar 16, 2018
Mar 27, 2018
May 24, 2018
May 11, 2018
May 5, 2018
Mar 27, 2018
May 24, 2018
Nov 17, 2017
May 18, 2018
Jan 24, 2018
Mar 27, 2018
Dec 21, 2017
May 24, 2018
Dec 21, 2017
Dec 21, 2017
May 11, 2018
May 3, 2018
Mar 2, 2018
Mar 28, 2018
May 24, 2018
Mar 16, 2018
Oct 27, 2017
Dec 20, 2017
Feb 1, 2016
May 5, 2018
May 15, 2018
Dec 20, 2017
May 16, 2018
Dec 2, 2009
May 15, 2018
Sep 22, 2017
Apr 21, 2017
Mar 23, 2004
Dec 3, 2007
May 18, 2018

Repository files navigation

Gitter

Build Status

Spring Security

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

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

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.

Downloading Artifacts

See downloading Spring artifacts for Maven repository information.

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

We recommend you visit Spring Security Reference and read the "Getting Started" page.

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 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:spring-projects/spring-security.git

Install all spring-\* jars into your local Maven cache

./gradlew install

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

./gradlew build

Discover more commands with ./gradlew tasks. See also the Gradle build and release FAQ.

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.

Packages

No packages published

Languages

  • Java 94.4%
  • Groovy 5.6%
  • AspectJ 0.0%
  • PLSQL 0.0%
  • XSLT 0.0%
  • Shell 0.0%