feat: 初版提交

This commit is contained in:
2023-02-22 07:29:52 +08:00
commit 6265aeb413
59 changed files with 8564 additions and 0 deletions

24
docs/docs.md Normal file
View File

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