郑永安
2023-06-19 f65443d8abeaedc9d102324565e8368e7c9d90c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# server
server:
  tomcat:
    uri-encoding: UTF-8
    basedir: /tmp/tomcat
  port: 8103
  servlet:
    context-path: /
 
# mysql 多数据源
spring:
  datasource:
    one:
      url: jdbc:mysql://222.92.213.22:13306/firework?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
      username: root
      password: Sinanoaq#415
      type: com.alibaba.druid.pool.DruidDataSource
  #redis
  redis:
    database: 0
    host: 127.0.0.1
    port: 6379
    password: root
    jedis:
      pool:
        max-idle: 8
        max-active: 8
        max-wait: -1ms
        min-idle: 0
 
host: http://localhost:8100
 
filePath: /home/uploadfire/
fileurl: http://222.92.213.22:8100/upload/
socketport: 504
 
sqlPath: /opt/dbback/
sqlurl: http://222.92.213.22:8100/dbback/
 
enterprisePath: /home/uploadfire/enterprise/
enterpriseUrl: http://222.92.213.22:8100/upload/enterprise/
 
contractPath: /home/uploadfire/contract/
contractUrl: http://222.92.213.22:8100/upload/contract/
 
transportCertificatePath: /home/uploadfire/transportCertificate/
transportCertificateUrl: http://222.92.213.22:8100/upload/transportCertificate/
 
hiddenDangerPath: /home/uploadfire/hiddenDanger/
hiddenDangerUrl: http://222.92.213.22:8100/upload/hiddenDanger/
 
standardPath:  /home/uploadfire/standard/
standardUrl: http://222.92.213.22:8100/upload/standard/
 
 
enterprise: enterprise/
transportCertificate: transportCertificate/
hiddenDanger: hiddenDanger/
standard: standard/
contract: contract/
assessApply: assessApply/
customer: customer/
 
 
 
patrolPath: /home/uploadfire/patrol/
patrolUrl: http://222.92.213.22:8100/upload/patrol/
 
appPath: /home/uploadfire/app/
appUrl: http://222.92.213.22:8100/upload/app/
 
productPath: /home/uploadfire/product/
productUrl: http://222.92.213.22:8100/upload/product/
 
customerPath: /home/uploadfire/customer/
customerUrl: http://222.92.213.22:8100/upload/customer/
 
#控制线程是否执行 true:执行;false:不执行
scheduling:
  enabled: true
historystock.robot:
  enabled: true
 
assessApplyPath: /home/uploadfire/assessApply/
assessApplyUrl: http://222.92.213.22:8100/upload/assessApply/
 
com.gk.firework.schedules.all.switch: true
 
com.gk.firework.schedules.single.switch: false
 
hostId: 01