cherrylouis / spring-security-oauth2-sample

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-oauth2-sample | English Documentation

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

相关文章:

Spring 框架版本

Spring Boot 版本 Spring Cloud 版本 Spring Authorization Server 版本 Spring Security 版本
2.6.7 2021.0.2 0.3.1 5.6.3

构建项目

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

先决条件

GitJDK8 构建。

确保您的JAVA_HOME环境变量指向 jdk1.8.0 从 JDK 下载中提取的文件夹。

检查来源

git clone git@github.com:ReLive27/spring-security-oauth2-sample.git

构建并安装项目:

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

贡献

非常欢迎提出请求

许可

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

About

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

License:Apache License 2.0


Languages

Language:Java 97.9%Language:HTML 2.0%Language:Lua 0.1%