| | |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: 123456 |
| | | activiti: |
| | | #1.flase:默认值。activiti在启动时,对比数据库表中保存的版本,如果没有表或者版本不匹配,将抛出异常 |
| | | #2.true: activiti会对数据库中所有表进行更新操作。如果表不存在,则自动创建 |
| | | #3.create_drop: 在activiti启动时创建表,在关闭时删除表(必须手动关闭引擎,才能删除表) |
| | | #4.drop-create: 在activiti启动时删除原来的旧表,然后在创建新表(不需要手动关闭引擎) |
| | | database-schema-update: true |
| | | # 检测历史信息表是否存在,activiti7默认不生成历史信息表,开启历史表 |
| | | db-history-used: true |
| | | # 历史记录存储等级 |
| | | history-level: full |
| | | check-process-definitions: true |
| | | #在流程引擎启动就激活AsyncExecutor,异步 true false 关闭 (切记关闭) |
| | | async-executor-activate: false |
| | | async-executor-enabled: true |
| | | activiti: |
| | | enable: false # true 启用审批 false 不启用审批 |
| | | #mybatis plus 设置 |
| | | mybatis-plus: |
| | | mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml |
| | |
| | | url: http://localhost:8081/services/EquipmentService?wsdl |
| | | namespace: http://service.server.webservice.example.com |
| | | statusMethod: equipmentStatus |
| | | rateMethod: equipmentRate |
| | | rateMethod: equipmentRate |
| | | securedoc: #园区网与网闸通讯客户端 |
| | | whether: true #是否启用 true / false |
| | | serverIp: 10.118.10.63 #数据服务端IP |
| | | serverPort: 8399 #数据服务端接口 |
| | | # serverIp: 127.0.0.1 #数据服务端IP |
| | | # serverPort: 8399 #数据服务端接口 |
| | | username: admin #定义账号 |
| | | pwd: 123 #定义密码 |
| | | addressToken: /outer/appAuth #服务段获取token地址 |
| | | addressUploadFile: /outer/fileUpload #服务段上传地址 |
| | | localFilePath: E:\\test\\a #接收地址 |
| | | servicePath: E:\\test\\b #发送地址 |
| | | copyFilePath: E:\\test\\bak_a #文件备份地址 |
| | | # localFilePath: /jar/test/a/ #接收地址 |
| | | # servicePath: /jar/test/b/ #发送地址 |
| | | # copyFilePath: /jar/test/bak_a/ #文件备份地址 |
| | | logIp: 127.0.0.1 #日志系统地址 |
| | | logPort: 8888 #日志系统端口 |
| | | serviceIntranet: #园区网与网闸通讯服务段 |
| | | # filePath: E:\\test\\b #集成客户端保存地址 |
| | | # newFilePath: E:/test/bak_sql/ #文件备份地址 |
| | | filePath: /jar/test/b/ #集成客户端保存地址 |
| | | newFilePath: /jar/test/bak_sql/ #文件备份地址 |
| | | appIdCheck: admin #token 用户名 |
| | | passwordCheck: 123 #token 密码 |
| | | logIp: 127.0.0.1 |
| | | logPort: 8888 |
| | | clientIp: 127.0.0.1 #客户端IP |
| | | fileNumPath: D:/demo/fileNum.txt #顺序号记录地址 |
| | | #文件上传目录(注意Linux和Windows上的目录结构不同) |
| | | #file.uploadFolder=/root/uploadFiles/ |
| | | #fileHomePath: ${UPLOAD_FOLDER:/jar/lxzn_storage} |
| | | #fileNCPath: ${NC_FOLDER:/jar/NC} # NC文件位置 |
| | | fileHomePath: ${UPLOAD_FOLDER:d://lxzn_storage} |
| | | fileNCPath: ${NC_FOLDER:D://NC} # NC文件位置 |
| | | ncSend: |
| | | addOrDelete: false #//是否删除seed 中的之前文件 |
| | | #staticAccessPath: /api/ffile/** # 当前项目的静态资源访问配置在nginx中 |