Compare commits
	
		
			No commits in common. "main" and "main" have entirely different histories.
		
	
	
		
	
		
| @ -49,9 +49,9 @@ spring: | ||||
|           driverClassName: com.mysql.cj.jdbc.Driver | ||||
|           # jdbc 所有参数配置参考 https://lionli.blog.csdn.net/article/details/122018562 | ||||
|           # 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 | ||||
|           password: 123456 | ||||
|           password: jyzbyj306 | ||||
|         # 从库数据源 | ||||
| #        slave: | ||||
| #          lazy: true | ||||
|  | ||||
| @ -5,8 +5,8 @@ | ||||
|   "author": "KonBAI", | ||||
|   "license": "MIT", | ||||
|   "scripts": { | ||||
|     "dev": "vue-cli-service serve", | ||||
|     "build": "vue-cli-service build", | ||||
|     "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", | ||||
|     "build": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", | ||||
|     "preview": "node build/index.js --preview", | ||||
|     "lint": "eslint --ext .js,.vue src" | ||||
|   }, | ||||
|  | ||||
| Before Width: | Height: | Size: 106 KiB | 
| Before Width: | Height: | Size: 61 KiB | 
| Before Width: | Height: | Size: 38 KiB | 
| Before Width: | Height: | Size: 96 KiB | 
| Before Width: | Height: | Size: 1.5 MiB | 
| Before Width: | Height: | Size: 27 KiB | 
| Before Width: | Height: | Size: 150 KiB | 
| Before Width: | Height: | Size: 41 KiB | 
| Before Width: | Height: | Size: 63 KiB | 
| Before Width: | Height: | Size: 142 KiB | 
| Before Width: | Height: | Size: 148 KiB | 
| Before Width: | Height: | Size: 22 KiB | 
| Before Width: | Height: | Size: 122 KiB | 
| Before Width: | Height: | Size: 134 KiB | 
| Before Width: | Height: | Size: 74 KiB | 
							
								
								
									
										59
									
								
								操作文档.md
									
									
									
									
									
								
							
							
						
						| @ -1,59 +0,0 @@ | ||||
| # 工程导入 | ||||
| 
 | ||||
| ## MySQL | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| ## 配置数据库信息 | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| # 工程运行 | ||||
| 
 | ||||
| ## 前端项目运行 | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| ## 后端项目运行 | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| ## 访问项目 | ||||
| 
 | ||||
| # 请假流程 | ||||
| 
 | ||||
| ## 新增流程分类 | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| ## 新增表单 | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| ## 新增流程设计 | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| ## 流程设计 | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| ## 指定超级管理员角色 | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| ## 部署流程 | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| ## 新建请假流程 | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| ## 审批流程 | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| ## 通过流程 | ||||
| 
 | ||||
|  | ||||