All Projects â†’ spring-projects â†’ Spring Security

spring-projects / Spring Security

Licence: apache-2.0
Spring Security

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
groovy
2714 projects
AspectJ
31 projects
PLSQL
303 projects
XSLT
1337 projects

Projects that are alternatives of or similar to Spring Security

Spring Framework
Spring Framework
Stars: ✭ 45,396 (+605.56%)
Mutual labels:  framework, spring, spring-framework
Spring Oxygen
🦄 Spring rapid development integration framework.
Stars: ✭ 145 (-97.75%)
Mutual labels:  framework, spring
Easyfxml
A collection of tools and libraries for easier development on the JavaFX platform!
Stars: ✭ 102 (-98.41%)
Mutual labels:  framework, spring
Ax Boot Framework
Full Stack Java Web Application Framework with Java & HTML5
Stars: ✭ 244 (-96.21%)
Mutual labels:  framework, spring
Spring Data Neo4j
Provide support to increase developer productivity in Java when using Neo4j. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Stars: ✭ 662 (-89.71%)
Mutual labels:  framework, spring
Spring Data Redis
Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Stars: ✭ 1,293 (-79.9%)
Mutual labels:  framework, spring
Spring Vault
Provides familiar Spring abstractions for HashiCorp Vault
Stars: ✭ 179 (-97.22%)
Mutual labels:  framework, spring
Awesome Spring
A curated list of awesome books, tutorials, courses, and resources for the Spring framework ecosystem.
Stars: ✭ 186 (-97.11%)
Mutual labels:  spring, spring-framework
Spring Boot
Spring Boot
Stars: ✭ 58,705 (+812.42%)
Mutual labels:  framework, spring
Org.openwms
Open Warehouse Management System
Stars: ✭ 258 (-95.99%)
Mutual labels:  spring, spring-framework
Spring Data Cassandra
Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Stars: ✭ 315 (-95.1%)
Mutual labels:  framework, spring
Spring Data Mongodb
Provide support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
Stars: ✭ 1,253 (-80.53%)
Mutual labels:  framework, spring
Dolphin Platform
This repository contains all java related sources of the Dolphin Platform.
Stars: ✭ 69 (-98.93%)
Mutual labels:  framework, spring
Spring Data Rest
Simplifies building hypermedia-driven REST web services on top of Spring Data repositories
Stars: ✭ 743 (-88.45%)
Mutual labels:  framework, spring
Spring Data R2dbc
Provide support to increase developer productivity in Java when using Reactive Relational Database Connectivity. Uses familiar Spring concepts such as a DatabaseClient for core API usage and lightweight repository style data access.
Stars: ✭ 534 (-91.7%)
Mutual labels:  framework, spring
Spring Data Jpa
Simplifies the development of creating a JPA-based data access layer.
Stars: ✭ 2,238 (-65.22%)
Mutual labels:  framework, spring
Learning Spring
Spring框架讲解
Stars: ✭ 132 (-97.95%)
Mutual labels:  spring, spring-framework
My Spring Learning
My Spring framework learning
Stars: ✭ 165 (-97.44%)
Mutual labels:  spring, spring-framework
Sureness
A simple and efficient open-source security framework that focus on protection of restful api.
Stars: ✭ 254 (-96.05%)
Mutual labels:  framework, spring
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (-92.51%)
Mutual labels:  spring, spring-framework
Gitter

Build Status

Revved up by Gradle Enterprise

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-\* jars into your local Maven cache

./gradlew publishToMavenLocal

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].