forked from ZhanLi/ScientificSystem
新增操作流程
parent
a2fb920480
commit
a5bb56d3dd
|
@ -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/ry-flowable-plus?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=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
|
||||||
username: root
|
username: root
|
||||||
password: jyzbyj306
|
password: 123456
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
# slave:
|
# slave:
|
||||||
# lazy: true
|
# lazy: true
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"author": "KonBAI",
|
"author": "KonBAI",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
|
"dev": "vue-cli-service serve",
|
||||||
"build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
|
"build": "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"
|
||||||
},
|
},
|
||||||
|
|
|
@ -0,0 +1,59 @@
|
||||||
|
# 工程导入
|
||||||
|
|
||||||
|
## MySQL
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 配置数据库信息
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
# 工程运行
|
||||||
|
|
||||||
|
## 前端项目运行
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 后端项目运行
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 访问项目
|
||||||
|
|
||||||
|
# 请假流程
|
||||||
|
|
||||||
|
## 新增流程分类
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 新增表单
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 新增流程设计
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 流程设计
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 指定超级管理员角色
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 部署流程
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 新建请假流程
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 审批流程
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## 通过流程
|
||||||
|
|
||||||
|

|
Loading…
Reference in New Issue