Files
hamster-blog/docs/docs.md
2023-02-22 07:29:52 +08:00

24 lines
363 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# HamsterBlog
> 仓鼠博客
# 使用技术
dao层: Spring Data JPA
认证授权Spring Security
# 待完成
- 安全相关
- [ ] SpringSecurity 登录
- [ ] 权限认证
- 接口相关
- 用户接口
- [ ] 注册
- [ ] 登录
- [ ] 登出
- [ ] 删除
- 博文接口
- [ ] 增删改查
- 附件接口
- [ ] 增删改查