# spring-boot-oauth-demo **Repository Path**: seas-lean/spring-boot-oauth-demo ## Basic Information - **Project Name**: spring-boot-oauth-demo - **Description**: oauth2 与 springboot 搭配 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-20 - **Last Updated**: 2025-04-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-oauth-demo #### 介绍 oauth2 与 springboot 搭配 #### 软件架构 模块 |项目目录| 模块简介 | 其他介绍 ----|------ | -----|--------- password-demo|auth-server-password| oauth2认证中心 | security验证服务 password-demo|user-server| oauth2 资源中心 | password-demo|client-app-pwd | 客户端资源(测试样例在) | 调用oauth验证服务 password-redis|auth-password-redis | token存redis认证中心 | password-redis|user-server-redis | token存redis 资源中心 | 包含测试接口样例