# logback **Repository Path**: cakin24/logback ## Basic Information - **Project Name**: logback - **Description**: SpringBoot+Spring Security技术实战 - **Primary Language**: CSS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-12-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Spring Security系列 [![GitHub stars](https://img.shields.io/github/stars/longfeizheng/logback.svg?style=flat&label=Star)](https://github.com/longfeizheng/logback/stargazers) [![GitHub forks](https://img.shields.io/github/forks/longfeizheng/logback.svg?style=flat&label=Fork)](https://github.com/longfeizheng/logback/fork) [![GitHub watchers](https://img.shields.io/github/watchers/longfeizheng/logback.svg?style=flat&label=Watch)](https://github.com/longfeizheng/architect-awesome/watchers) 1. [Spring Security源码分析一:Spring Security 认证过程](https://longfeizheng.github.io/2018/01/02/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E4%B8%80-Spring-Security%E8%AE%A4%E8%AF%81%E8%BF%87%E7%A8%8B/) 2. [Spring Security源码分析二:Spring Security 授权过程](https://longfeizheng.github.io/2018/01/05/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E4%BA%8C-Spring-Security%E6%8E%88%E6%9D%83%E8%BF%87%E7%A8%8B/) 3. [Spring Security源码分析三:Spring Social 实现QQ社交登录](https://longfeizheng.github.io/2018/01/09/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E4%B8%89-Spring-Social%E7%A4%BE%E4%BA%A4%E7%99%BB%E5%BD%95%E8%BF%87%E7%A8%8B/) 4. [Spring Security源码分析四:Spring Social 实现微信社交登录](https://longfeizheng.github.io/2018/01/12/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E5%9B%9B-Spring-Social%E7%A4%BE%E4%BA%A4%E7%99%BB%E5%BD%95%E8%BF%87%E7%A8%8B/) 5. [Spring Security源码分析五:Spring Security 实现短信登录](https://longfeizheng.github.io/2018/01/14/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E4%BA%94-Spring-Security%E7%9F%AD%E4%BF%A1%E7%99%BB%E5%BD%95/) 6. [Spring Security源码分析六:Spring Social 社交登录源码解析](https://longfeizheng.github.io/2018/01/16/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E5%85%AD-Spring-Social%E7%A4%BE%E4%BA%A4%E7%99%BB%E5%BD%95%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90/) 7. [Spring Security源码分析七:Spring Security 记住我](https://longfeizheng.github.io/2018/01/17/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E4%B8%83-Spring-Security-%E8%AE%B0%E4%BD%8F%E6%88%91/) 8. [Spring Security源码分析八:Spring Security 退出](https://longfeizheng.github.io/2018/01/18/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E5%85%AB-Spring-Security-%E9%80%80%E5%87%BA/) 9. [Spring Security源码分析九:Spring Security Session管理](https://longfeizheng.github.io/2018/01/19/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E4%B9%9D-Spring-Security-Session%E7%AE%A1%E7%90%86/) 10. [Spring Security源码分析十:初识Spring Security OAuth2](https://longfeizheng.github.io/2018/01/20/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E5%8D%81-%E5%88%9D%E8%AF%86Spring-Security-OAuth2/) 11. [Spring Security源码分析十一:Spring Security OAuth2 整合JWT](https://longfeizheng.github.io/2018/01/23/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E5%8D%81%E4%B8%80-Spring-Security-OAuth2%E6%95%B4%E5%90%88JWT/) 12. [Spring Security源码分析十二:Spring Security OAuth2 基于JWT实现单点登录](https://longfeizheng.github.io/2018/01/25/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E5%8D%81%E4%BA%8C-Spring-Security-OAuth2%E5%9F%BA%E4%BA%8EJWT%E5%AE%9E%E7%8E%B0%E5%8D%95%E7%82%B9%E7%99%BB%E5%BD%95/) 13. [Spring Security源码分析十三:Spring Security 基于表达式的权限控制](https://longfeizheng.github.io/2018/01/30/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E5%8D%81%E4%B8%89-Spring-Security%E6%9D%83%E9%99%90%E6%8E%A7%E5%88%B6/) 14. [Spring Security源码分析十四:Spring Social社交登录的绑定与解绑](https://longfeizheng.github.io/2018/02/02/Spring-Security源码分析十四-Spring-Social绑定与解绑/) 15. [Spring Security源码分析十五:Spring Security 页面权限控制](https://longfeizheng.github.io/2018/03/06/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E5%8D%81%E4%BA%94-Spring-Security%E6%9D%83%E9%99%90%E6%8E%A7%E5%88%B6/) 16. [Spring Security源码分析十六:Spring Security项目实战](https://longfeizheng.github.io/2018/03/18/Spring-Security%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90%E5%8D%81%E5%85%AD-Spring-Security%E9%A1%B9%E7%9B%AE%E5%AE%9E%E6%88%98/) ## 启动方式 ### 本地启动 1. `idea` 配置lombok插件,参考[lombok-intellij-plugin](https://github.com/mplushnikov/lombok-intellij-plugin/) 2. 修改`application.yml`配置为`active: dev` 3. 修改`application-dev.yml`中数据源信息(启动会自动初始化数据库信息) 4. 修改`application-dev.yml` 中redis连接信息 5. 社交登录需配置host文件:`127.0.0.1 www.merryyou.cn` 微信`appid`已过期 ### Docker启动 1. 安装并启动`Dokcer` 和`Docker-Compose` 2. 打包项目参考:[Spring Boot 2.0 动画Banner](https://longfeizheng.github.io/2018/03/02/Spring-Boot-2.0-%E5%8A%A8%E7%94%BBBanner/#%E9%A1%B9%E7%9B%AE%E6%89%93%E5%8C%85) 3. 切换到项目的根目录运行`F:\projects\logback>docker-compose up -d` ## 注意 本项目是用于学习Spring Security,但miniui并非开源项目,仅作为演示所用。 --- [![https://raw.githubusercontent.com/longfeizheng/longfeizheng.github.io/master/images/wechat/xiaochengxu.png](https://raw.githubusercontent.com/longfeizheng/longfeizheng.github.io/master/images/wechat/xiaochengxu.png "https://raw.githubusercontent.com/longfeizheng/longfeizheng.github.io/master/images/wechat/xiaochengxu.png")](https://raw.githubusercontent.com/longfeizheng/longfeizheng.github.io/master/images/wechat/xiaochengxu.png "https://raw.githubusercontent.com/longfeizheng/longfeizheng.github.io/master/images/wechat/xiaochengxu.png") > 🙂🙂🙂关注微信小程序**java架构师历程** 上下班的路上无聊吗?还在看小说、新闻吗?不知道怎样提高自己的技术吗?来吧这里有你需要的java架构文章,1.5w+的java工程师都在看,你还在等什么?