1
0
Fork 0

Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

18 changed files with 4 additions and 63 deletions

View File

@ -49,9 +49,9 @@ spring:
driverClassName: com.mysql.cj.jdbc.Driver driverClassName: com.mysql.cj.jdbc.Driver
# jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562 # jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562
# rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题) # rewriteBatchedStatements=true 批处理优化 大幅提升批量插入更新删除性能(对数据库有性能损耗 使用批量操作应考虑性能问题)
url: jdbc:mysql://localhost:3306/fengxu_java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true url: jdbc:mysql://localhost:3306/ry-flowable-plus?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
username: root username: root
password: 123456 password: jyzbyj306
# 从库数据源 # 从库数据源
# slave: # slave:
# lazy: true # lazy: true

View File

@ -5,8 +5,8 @@
"author": "KonBAI", "author": "KonBAI",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"dev": "vue-cli-service serve", "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "vue-cli-service build", "build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"preview": "node build/index.js --preview", "preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src" "lint": "eslint --ext .js,.vue src"
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

View File

@ -1,59 +0,0 @@
# 工程导入
## MySQL
![image-20241216100403352](操作文档.assets/image-20241216100403352.png)
## 配置数据库信息
![image-20241216100442145](操作文档.assets/image-20241216100442145.png)
# 工程运行
## 前端项目运行
![image-20241216100519457](操作文档.assets/image-20241216100519457.png)
## 后端项目运行
![image-20241216100553198](操作文档.assets/image-20241216100553198.png)
## 访问项目![image-20241216100624740](操作文档.assets/image-20241216100624740.png)
# 请假流程
## 新增流程分类
![image-20241216101121542](操作文档.assets/image-20241216101121542.png)
## 新增表单
![image-20241216101737575](操作文档.assets/image-20241216101737575.png)
## 新增流程设计
![image-20241216101900521](操作文档.assets/image-20241216101900521.png)
## 流程设计
![image-20241216102020287](操作文档.assets/image-20241216102020287.png)
## 指定超级管理员角色
![image-20241216102737755](操作文档.assets/image-20241216102737755.png)
## 部署流程
![image-20241216102414056](操作文档.assets/image-20241216102414056.png)
## 新建请假流程
![image-20241216102448797](操作文档.assets/image-20241216102448797.png)
## 审批流程
![image-20241216102706312](操作文档.assets/image-20241216102706312.png)
## 通过流程
![image-20241216102834521](操作文档.assets/image-20241216102834521.png)