From 7831068eb84524260a4aae4eb72436ae9edc6869 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Tue, 11 Dec 2018 19:04:55 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=9B=B4=E6=96=B0=20TODO.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 445bcd6..5402f48 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,5 @@ # spring-boot-demo 项目 todo-list -## 模块计划(已完成:28 / 46) +## 模块计划(已完成:29 / 46) - [x] ~~spring-boot-demo-helloworld(Helloworld 示例)~~ - [x] ~~spring-boot-demo-properties(读取配置文件信息)~~ @@ -27,7 +27,7 @@ - [x] ~~spring-boot-demo-task-quartz(定时任务 - Quartz 实现)~~ - [x] ~~spring-boot-demo-swagger(集成 Swagger 对 API 接口进行测试管理)~~ - [x] ~~spring-boot-demo-swagger-beauty(集成自定义且更加美观的 Swagger 对 API 接口进行测试管理)~~ -- [ ] spring-boot-demo-rbac-security(实现基于 RBAC 的权限模型 - Spring Security) +- [x] ~~spring-boot-demo-rbac-security(实现基于 RBAC 的权限模型 - Spring Security)~~ - [ ] spring-boot-demo-rbac-shiro(实现基于 RBAC 的权限模型 - shiro) - [ ] spring-boot-demo-session(统一 Session 管理) - [ ] spring-boot-demo-social(第三方授权验证,实现 QQ、微信、GitHub 等第三方登录)