SpringBoot 整合(六)Security & Oauth2.0(完整篇)

248 阅读1分钟
原文链接: www.jianshu.com
1. 快速实现篇(实现最基本的登录):

SpringSecurity 快速实现项目

2. 企业级封装篇

我的 Spring Security 文集

SpringBoot 整合 Security(一)实现用户认证并判断返回json还是view

SpringBoot 整合 Security(二)实现验证码登录

SpringBoot 整合 oauth2(三)实现 token 认证

SpringBoot 整合 oauth2(四)实现 token 持久化

SpringBoot 整合 oauth2(五)实现 jwt 及 扩展