An open API service indexing awesome lists of open source software.

https://github.com/hildam/springbootlearning


https://github.com/hildam/springbootlearning

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# SpringBootLearning

## 学习记录
1. 2022-01-09: 开始学习
2. 2022-01-16: 学习到springboot静态资源配置的问题
3. 2022-01-17:学习了springmvc在springboot上的拓展,做一个小项目练习。国际化操作、登录模块、登录拦截器
4. 2022-01-29:学习Spring Security.
5. 2022-02-16:重新深入学习springsecurity和jwt
6. 2022-02-17:springsecurity实现
1. 登录接口
2. 认证拦截器
7. 2022-02-19:继续学习springsecurity
1. 退出登录接口
2. 开始学习授权模块
8. 2022-02-20:授权模块
1. 从数据库获取权限
2. 跨域
3. 其他权限校验方法
9. 2022-02-22: 自定义权限校验方法。完整学完security!!!