guigu-oa-parent/README.md

40 lines
1.7 KiB
Markdown
Raw 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.

## 一、云上办公系统
### 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 |