Spring Security
Spring Security provides security services for the Spring projects. Please see our Downloading Artifacts
Be sure to read the Spring Security API Documentation. Spring Security uses a Be sure that your 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: That command publishes the docs site to the No special steps are needed to open Spring Security in IntelliJ. To work in Eclipse or VS Code, first generate Eclipse metadata so you can import the project into Eclipse or VS Code: If you have not built the project yet, run VS Code: Open the repository root as a folder. The repository includes Eclipse: File → Import → General → Existing Projects into Workspace, then select the repository root. The build uses a custom Eclipse plugin to work around Gradle dependency cycles that confuse IDE metadata generation. You may see Eclipse warnings about Check out the Commercial support is available too. contributor guidelines for details. Spring Security is Open Source software released under the
/anydev/spring-security
Code of Conduct
Building from Source
./gradlew is invoked from the root of the source tree and serves as
a cross-platform, self-contained bootstrap mechanism for the build.
Prerequisites
JAVA_HOME environment variable points to the jdk-17 folder extracted from the JDK download.
Compile and test; build all JARs, distribution zips, and docs
./gradlew build
./gradlew :spring-security-docs:antora
docs/build/site directory.
The IDE setup (IntelliJ)
IDE setup (Eclipse and VS Code)
./gradlew cleanEclipse eclipse
./gradlew publishToMavenLocal first so dependencies are resolved..vscode/settings.json which disables automatic Gradle import so that the generated Eclipse metadata (.classpath, .project) is used. Do not use the Gradle for Java extension to import the project.xml-apis from some test dependencies; those are excluded in the build and can be ignored.
Getting Support
Contributing
License
发行版
贡献者
全部
近期动态
搜索帮助