Update README.md

This commit is contained in:
YoVinchen 2023-06-25 22:18:59 +08:00 committed by GitHub
parent ddae064ff7
commit ca2e00b867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -37,3 +37,16 @@
| 前端 | Vue + ElementUI + Node.js |
| 开发工具 | IDEA 2022.3 |
| 版本管理工具 | Git |
### 4、项目总结
1.集成Swagger方便进行接口API的统一测试
2.首次使用Activiti组件
3.首次使用内网穿透连接微信公众号
4.项目中使用JWT加密token用作用户登录身份校验用 SpringSecurity 来做权限控制,涉及多表查询,是项目的重点
5.