https://github.com/hildam/springbootlearning
https://github.com/hildam/springbootlearning
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hildam/springbootlearning
- Owner: HildaM
- Created: 2022-01-09T08:39:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T07:24:58.000Z (over 3 years ago)
- Last Synced: 2025-01-13T18:40:30.322Z (5 months ago)
- Language: Java
- Size: 327 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!!!