Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Spring Security

License

NotificationsYou must be signed in to change notification settings

spring-projects/spring-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Gitter

Build Status

Revved up by Develocity

Spring Security

Spring Security provides security services for theSpring IO Platform. Spring Security 6.0 requires Spring 6.0 asa minimum and also requires Java 17.

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

Code of Conduct

Please see ourcode of conduct

Downloading Artifacts

SeeGetting Spring Security for how to obtain Spring Security.

Documentation

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

You may also want to check outwhat’s new in the latest release.

Quick Start

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

Building from Source

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

Prerequisites

Be sure that yourJAVA_HOME environment variable points to thejdk-17 folder extracted from the JDK download.

Check out sources

git clone git@github.com:spring-projects/spring-security.git

Install allspring-*.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 thedocs/build/site directory.Theplaybook branch describes how to build the reference docs in detail.

Discover more commands with./gradlew tasks.

Getting Support

Contributing

Pull requests are welcome; see thecontributor guidelines for details.

License

Spring Security is Open Source software released under theApache 2.0 license.


[8]ページ先頭

©2009-2025 Movatter.jp