对比新文件 |
| | |
| | | # server |
| | | # 4105端口处理全部后端请求 |
| | | server: |
| | | tomcat: |
| | | uri-encoding: UTF-8 |
| | | basedir: /tmp/tomcat |
| | | port: 4105 |
| | | servlet: |
| | | context-path: / |
| | | |
| | | # mysql 多数据源 |
| | | spring: |
| | | datasource: |
| | | one: |
| | | url: jdbc:mysql://39.104.85.193:39231/yanhbaz?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai |
| | | username: yanhbaz |
| | | password: SF46btL4dZttdCEL |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | #redis |
| | | redis: |
| | | database: 0 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: wioowr23923sd3*& |
| | | jedis: |
| | | pool: |
| | | max-idle: 8 |
| | | max-active: 8 |
| | | max-wait: -1ms |
| | | min-idle: 0 |
| | | |
| | | host: http://localhost:4105 |
| | | |
| | | filePath: /data/uploadfire/ |
| | | fileurl: http://39.104.85.193:4105/upload/ |
| | | socketport: 504 |
| | | |
| | | sqlPath: /data/dbback/ |
| | | sqlurl: http://39.104.85.193:4105/dbback/ |
| | | |
| | | enterprisePath: /data/uploadfire/enterprise/ |
| | | enterpriseUrl: http://39.104.85.193:4105/upload/enterprise/ |
| | | |
| | | contractPath: /data/uploadfire/contract/ |
| | | contractUrl: http://39.104.85.193:4105/upload/contract/ |
| | | |
| | | transportCertificatePath: /data/uploadfire/transportCertificate/ |
| | | transportCertificateUrl: http://39.104.85.193:4105/upload/transportCertificate/ |
| | | |
| | | hiddenDangerPath: /data/uploadfire/hiddenDanger/ |
| | | hiddenDangerUrl: http://39.104.85.193:4105/upload/hiddenDanger/ |
| | | |
| | | standardPath: /data/uploadfire/standard/ |
| | | standardUrl: http://39.104.85.193:4105/upload/standard/ |
| | | |
| | | |
| | | enterprise: enterprise/ |
| | | transportCertificate: transportCertificate/ |
| | | hiddenDanger: hiddenDanger/ |
| | | standard: standard/ |
| | | contract: contract/ |
| | | assessApply: assessApply/ |
| | | customer: customer/ |
| | | |
| | | |
| | | patrolPath: /data/uploadfire/patrol/ |
| | | patrolUrl: http://39.104.85.193:4105/upload/patrol/ |
| | | |
| | | appPath: /data/uploadfire/app/ |
| | | appUrl: http://39.104.85.193:4105/upload/app/ |
| | | |
| | | productPath: /data/uploadfire/product/ |
| | | productUrl: http://39.104.85.193:4105/upload/product/ |
| | | |
| | | assessApplyPath: /data/uploadfire/assessApply/ |
| | | assessApplyUrl: http://39.104.85.193:4105/upload/assessApply/ |
| | | |
| | | customerPath: /data/uploadfire/customer/ |
| | | customerUrl: http://39.104.85.193:4105/upload/customer/ |
| | | |
| | | #控制线程是否执行 true:执行;false:不执行 |
| | | scheduling: |
| | | enabled: true |
| | | historystock.robot: |
| | | enabled: false |
| | | |
| | | com.gk.firework.schedules.all.switch: true |
| | | |
| | | com.gk.firework.schedules.single.switch: false |
| | | |
| | | hostId: 01 |