郑永安
2023-08-15 c94f3c34d1c2c5a1d5e7010ab1e3cd0aded3cfac
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# server
server:
  tomcat:
    uri-encoding: UTF-8
    basedir: /
  port: 8016
  servlet:
    context-path: /
# mysql
spring:
  datasource:
    one:
      url: jdbc:mysql://192.168.0.52:3306/hazad_investigation?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
      username: root
      password: gkhymysql
      type: com.alibaba.druid.pool.DruidDataSource
 
  #redis
  redis:
    database: 14
    host: 127.0.0.1
    port: 6379
    password: akj78avauba789a
    jedis:
      pool:
        max-idle: 8
        max-active: 8
        max-wait: -1ms
        min-idle: 0
 
 
#控制线程是否执行 true:执行;false:不执行
scheduling:
  enabled: false
 
 
 
host: http://localhost:8016
 
filePath: d:/uploads/
fileurl: http://localhost:8016/upload/
socketport: 504
 
sqlPath: /home/dbback/
sqlurl: http://nmy.sinanoaq.cn:8016/dbback/
 
enterprisePath: /home/uploads/enterprise/
enterpriseUrl: http://nmy.sinanoaq.cn:8016/upload/enterprise/
enterprise: enterprise/
 
transportCertificatePath: /home/uploads/transportCertificate/
transportCertificateUrl: http://nmy.sinanoaq.cn:8016/upload/transportCertificate/
transportCertificate: transportCertificate/
 
hiddenDangerPath: /home/uploads/hiddenDanger/
hiddenDangerUrl: http://nmy.sinanoaq.cn:8016/upload/hiddenDanger/
hiddenDanger: hiddenDanger/
 
standardPath: /home/uploads/standard/
standardUrl: http://nmy.sinanoaq.cn:8016/upload/standard/
standard: standard/
 
contractPath: /home/uploads/contract/
contractUrl: http://nmy.sinanoaq.cn:8016/upload/contract/
contract: contract/
 
patrolPath: /home/uploads/patrol/
patrolUrl: http://nmy.sinanoaq.cn:8016/upload/patrol/
 
appPath: /home/uploads/app/
app: app/
appUrl: http://nmy.sinanoaq.cn:8016/upload/app/
 
productPath: /home/uploads/product/
productUrl: http://nmy.sinanoaq.cn:8016/upload/product/
 
assessApplyPath: /home/uploads/assessApply/
assessApplytUrl: http://nmy.sinanoaq.cn:8016/upload/assessApply/
assessApply: assessApply/
 
workCertPath: /home/uploads/workCert/
workCertUrl: http://nmy.sinanoaq.cn:8016/upload/workCert/
workCert: workCert/
 
nanowebUrl: http://nmy.sinanoaq.cn:8016/nanoweb/api/register
nanowebEnable: true
 
taskPath: d:/uploads/task/
taskPathPrefix: d:/uploads/
taskUrl: http://localhost:8016/upload/task/
task: task/
 
emergencyPlanPath:  /home/uploads/emergencyPlan/
emergencyPlanUrl: http://localhost:8016/upload/emergencyPlan/
emergencyPlan : emergencyPlan/
 
safecheckExecImagePath : /home/uploads/safecheck/
safecheckExecImageFatherPath: /home/uploads/
safecheckRelativePath : safecheck/
 
slice:
  size: 20
 
 
sms:
  enable: true
  active: jh
  limit: 5
  supplier:
    jh:
      name: jh
      key: RZ8HGrgw/eztIa1wk+5hCkTGlr27axo8Y4lvZjmEmVfGsLJrhpexK30hc/qyBEeZ
      url: http://v.juhe.cn/sms/send
    ali:
      name: ali
      key:
      url:
#windous测试
file:
  path:
    #基础路径
    dcPath: E:\file\gkhy\test\
    urlRootPath: /uploadfile/
    module:
      #用户模块
      accountPath: /account/user/
      #排查模块
      checkPath: /check/
 
# swagger生产环境中禁止显示
swagger:
  show: false