# 适配SpringBoot2.x的Security **Repository Path**: imoot/spring_security_leaning ## Basic Information - **Project Name**: 适配SpringBoot2.x的Security - **Description**: 适配SpringBoot2.x版本的SpringSecurity学习框架 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-04-03 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SpringBoot2.x+Security #项目中用到的说明 provider--------------------->服务提供商 :Authorization Server ----------->认证服务器 Resource Server-------------->资源服务器 resource owner--------------->资源所有者 client---------------->第三方应用 OAuth2协议中的四种授权模式: authorization code ------->授权码模式 implicit ------->简化模式 resource owner password credentials ------->密码模式 client credentials ------->客户端模式 #备注: 此项目仅供学习使用