Go to file
YoVinchen ddae064ff7
Update README.md
2023-06-25 22:15:47 +08:00
.idea Initial commit 2023-06-17 10:48:37 +08:00
common Initial commit 2023-06-25 22:02:49 +08:00
model Initial commit 2023-06-17 10:48:26 +08:00
service-oa Initial commit 2023-06-25 22:02:49 +08:00
.gitignore Initial commit 2023-06-09 19:44:46 +08:00
README.md Update README.md 2023-06-25 22:15:47 +08:00
pom.xml Initial commit 2023-06-10 23:57:03 +08:00

README.md

一、云尚办公系统

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