# server
|
server:
|
tomcat:
|
uri-encoding: UTF-8
|
basedir: /tmp/tomcat
|
port: 8100
|
servlet:
|
context-path: /
|
|
# mysql 多数据源
|
spring:
|
datasource:
|
one:
|
url: jdbc:mysql://10.142.119.233:3306/firework?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
|
username: root
|
password: NMS@uss20201!
|
type: com.alibaba.druid.pool.DruidDataSource
|
#redis
|
redis:
|
database: 0
|
host: 10.142.119.232
|
port: 6379
|
password: root
|
jedis:
|
pool:
|
max-idle: 8
|
max-active: 8
|
max-wait: -1ms
|
min-idle: 0
|
|
host: http://localhost:8100
|
|
filePath: /data/uploadfire/
|
fileurl: http://220.171.99.118:4100/upload/
|
socketport: 504
|
|
sqlPath: /data/dbback/
|
sqlurl: http://220.171.99.118:4100/dbback/
|
|
enterprisePath: /data/uploadfire/enterprise/
|
enterpriseUrl: http://220.171.99.118:4100/upload/enterprise/
|
|
contractPath: /data/uploadfire/contract/
|
contractUrl: http://220.171.99.118:4100/upload/contract/
|
|
transportCertificatePath: /data/uploadfire/transportCertificate/
|
transportCertificateUrl: http://220.171.99.118:4100/upload/transportCertificate/
|
|
hiddenDangerPath: /data/uploadfire/hiddenDanger/
|
hiddenDangerUrl: http://220.171.99.118:4100/upload/hiddenDanger/
|
|
standardPath: /data/uploadfire/standard/
|
standardUrl: http://220.171.99.118:4100/upload/standard/
|
|
|
enterprise: enterprise/
|
transportCertificate: transportCertificate/
|
hiddenDanger: hiddenDanger/
|
standard: standard/
|
contract: contract/
|
assessApply: assessApply/
|
customer: customer/
|
|
|
patrolPath: /data/uploadfire/patrol/
|
patrolUrl: http://220.171.99.118:4100/upload/patrol/
|
|
appPath: /data/uploadfire/app/
|
appUrl: http://220.171.99.118:4100/upload/app/
|
|
productPath: /data/uploadfire/product/
|
productUrl: http://220.171.99.118:4100/upload/product/
|
|
assessApplyPath: /data/uploadfire/assessApply/
|
assessApplyUrl: http://220.171.99.118:4100/upload/assessApply/
|
|
customerPath: /data/uploadfire/customer/
|
customerUrl: http://220.171.99.118:4100/upload/customer/
|
|
#控制线程是否执行 true:执行;false:不执行
|
scheduling:
|
enabled: false
|
historystock.robot:
|
enabled: false
|
|
com.gk.firework.schedules.all.switch: false
|
|
com.gk.firework.schedules.single.switch: false
|
|
hostId: 05
|