# spring-boot-samples **Repository Path**: sunyker/spring-boot-samples ## Basic Information - **Project Name**: spring-boot-samples - **Description**: 个人的Spring Security oAuth2 demo项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-samples #### 介绍 个人的Spring Security oAuth2 demo项目 #### 软件架构 软件架构说明: 个人练习Spring Security oAuth2的项目 #### 进度 - 创建认证服务器 - [x] 项目基础构建 - [x] 创建认证服务器模块 - [x] 基于内存存储令牌 - [x] 基于JDBC存储令牌 - [x] RBAC基于角色的权限控制 - [x] 基于RBAC的自定义认证 - 创建资源服务器 - [x] 对认证服务器的修改 - [x] 创建资源服务器模块 - 动态权限 - [x] 动态权限