Update README.md

This commit is contained in:
YoVinchen 2023-06-25 22:15:20 +08:00 committed by GitHub
parent fed00a2a9a
commit a56458ad43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 38 additions and 2 deletions

View File

@ -1,3 +1,39 @@
# guigu-oa-parent
## 一、云上办公系统
SpringBoot Redis Vue 微信小程序
### 1、介绍
云上办公系统是一套自动办公系统用户可以通过手机微信扫码关注公众号在公众号上进行OA审批流程
系统主要包含:管理端和员工端
管理端包含:权限管理、审批管理、公众号菜单管理
员工端采用微信公众号操作,包含:办公审批、微信授权登录、消息推送等功能
项目服务器端架构SpringBoot + MyBatisPlus + SpringSecurity + Redis + Activiti+ MySQL
前端架构vue-admin-template + Node.js + Npm + Vue + ElementUI + Axios
### 2、核心技术
| 基础框架SpringBoot |
| ------------------------------------------------------------ |
| 数据缓存Redis |
| 数据库MySQL |
| 权限控制SpringSecurity |
| 工作流引擎Activiti |
| 前端技术vue-admin-template + Node.js + Npm + Vue + ElementUI + Axios |
| 微信公众号:公众号菜单 + 微信授权登录 + 消息推送 |
### 3、开发环境说明
| 工具 | 版本 |
| ------------ |--------------------------------------|
| 后台 | SpringBoot 2.3.6 + MyBatisPlus 3.4.1 |
| 服务器 | Tomcat 8.5.73 |
| 数据库 | MySQL 8.0.27 |
| Build Tools | Maven 3.8.5 |
| 前端 | Vue + ElementUI + Node.js |
| 开发工具 | IDEA 2022.3 |
| 版本管理工具 | Git |