Skip to content

Latest commit

 

History

History
78 lines (57 loc) · 4.53 KB

README_CN.md

File metadata and controls

78 lines (57 loc) · 4.53 KB

video_spider

spring-oauth2-sample | English Documentation

这个项目是一个 Spring Authorization Server 示例教程的集合。它建立在 Spring Security 6 之上, 这里的模块涵盖了 Spring Authorization Server 的许多方面。

💡注意:喜欢的话别忘了给项目一个star🌟哦!

相关文章:

适用版本说明

Project Branch Spring Security Spring Authorization Server
main 6.2.7 1.3.0
1.2.1 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

构建项目

spring-oauth2-sample 使用基于 Maven 的构建系统。

先决条件

GitJDK17 构建。

确保您的 JAVA_HOME 环境变量指向 jdk-17.0.5 从 JDK 下载中提取的文件夹。

检查来源

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

构建并安装项目:

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

贡献

非常欢迎提出请求

许可

spring-oauth2-sample 是在 Apache 2.0 许可 下发布的开源软件 。