| | |
| | | max-active: 8 |
| | | # #连接池最大阻塞等待时间(使用负值表示没有限制) |
| | | max-wait: -1ms |
| | | # Quartz定时任务配置(新增部分) |
| | | quartz: |
| | | job-store-type: jdbc # 使用数据库存储 |
| | | jdbc: |
| | | initialize-schema: never # 首次运行时自动创建表结构,成功后改为never |
| | | schema: classpath:org/quartz/impl/jdbcjobstore/tables_mysql_innodb.sql # MySQL表结构脚本 |
| | | properties: |
| | | org: |
| | | quartz: |
| | | scheduler: |
| | | instanceName: RuoYiScheduler |
| | | instanceId: AUTO |
| | | jobStore: |
| | | class: org.quartz.impl.jdbcjobstore.JobStoreTX |
| | | driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate # MySQL适配 |
| | | tablePrefix: qrtz_ # 表名前缀,与脚本一致 |
| | | isClustered: false # 单节点模式(集群需改为true) |
| | | clusterCheckinInterval: 10000 |
| | | txIsolationLevelSerializable: true |
| | | threadPool: |
| | | class: org.quartz.simpl.SimpleThreadPool |
| | | threadCount: 10 # 线程池大小 |
| | | threadPriority: 5 |
| | | makeThreadsDaemons: true |
| | | updateCheck: false # 关闭版本检查 |
| | | |
| | | # token配置 |
| | | token: |
| | |
| | | file: |
| | | temp-dir: /javaWork/product-inventory-management/file/temp/uploads |
| | | upload-dir: /javaWork/product-inventory-management/file/prod/uploads |
| | | |
| | | #榆林市工业和信息化局数据推送 |
| | | api: |
| | | ip: http://111.20.184.155:8888 #推送ip地址 |
| | | appid: 48b97e28e0aad7963e96fc50b9e63908 #企业应用id |
| | | secret: 0db7a9fa112427df622c4207b4707432 #企业应用秘钥 |
| | | entName: 靖边县伟德实业有限公司 #企业名称 |
| | | socialCreditCode: 91610824MA703F1G4N #统一社会信用代码 |
| | | dayPowerConsumption: 50 #日均用电量 |
| | | outputValuesBase: 210 #单位产值基数(万元) |
| | | electricityCost: 0.14 #月电费 |
| | | # 登录推送开关 |
| | | loginPush: false |
| | | # 电数据推送开关 |
| | | push: false |