Skip to content

This module is based on Spring Authorization Server and contains information on using Spring Security OAuth2

License

Notifications You must be signed in to change notification settings

ReLive27/spring-security-oauth2-sample

Repository files navigation

video_spider

spring-oauth2-sample | 中文文档

This project is a collection of Spring Authorization Server example tutorials. It builds on top of Spring Security 6, the modules here cover many aspects of Spring Authorization Server.

💡 Note: Don’t forget to give a star🌟 to the project if you like it!

Relevant Articles:

Description of applicable version

Project Branch Spring Security Spring Authorization Server
main 6.1.5 1.2.1
1.0.1 6.0.2 1.0.1
0.4.1 5.7.7 0.4.1
0.3.1 5.6.3 0.3.1

Building from Source

spring-oauth2-sample uses a Maven based build system.

Prerequisites

Git and the JDK17 build.

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

Check out sources

git clone [email protected]:ReLive27/spring-security-oauth2-sample.git

Build and Install the Project:

./mvn clean install -Dmaven.test.skip=true

Contributing

Pull requests are welcome.

Star History

Star History Chart

License

spring-oauth2-sample is Open Source software released under the Apache 2.0 license.