zf
2023-08-30 9ca0dc6e7833715b875cc9b6b91d5c497b2bae8b
src/main/resources/application-prod.yml
@@ -2,7 +2,7 @@
server:
  tomcat:
    uri-encoding: UTF-8
    basedir: /
    basedir: /home/ecs-shanghai/temp
  port: 8006
  servlet:
    context-path: /
@@ -10,17 +10,17 @@
spring:
  datasource:
    one:
      url: jdbc:mysql://twt.sinanoaq.com:13306/hotwork?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
      username: root
      password: Sinanoaq#415
      url: jdbc:mysql://124.221.143.185:23306/hazad?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
      username: hazad
      password: c26207f1e6
      type: com.alibaba.druid.pool.DruidDataSource
  #redis
  redis:
    database: 0
    database: 14
    host: 127.0.0.1
    port: 6379
    password: root
    password: akj78avauba789a
    jedis:
      pool:
        max-idle: 8
@@ -33,7 +33,7 @@
#  enabled: true
  enabled: false
host: http://localhost:8006/zhongtai
host: http://localhost:8006
filePath: /home/uploads/
fileurl: http://nmy.sinanoaq.cn:8006/upload/
@@ -119,27 +119,18 @@
      key:
      url:
rocketmq:
  client:
    logLevel: ERROR
  name-server: 192.168.30.107:9876
#  name-server: localhost:9876
  producer:
    group: gkhy-safeplatform-prod-HIS
    sendMessageTimeout: 300000
  consumers:
    #group: gkhy-safeplatform-dev-s
    CreateGroup: gkhy-safeplatform-CreateConsumer-HIS
    NoticeGroup: gkhy-safeplatform-NoticeConsumer-HIS
    TimeOutGroup: gkhy-safeplatform-TimeOutConsumer-HIS
    WaitWorkGroup: gkhy-safeplatform-WaitWorkConsumer-HIS
    applySpecialWorkGroup: gkhy-safeplatform-applySpecialWorkConsumer-HIS
    approvalSpecialWorkGroup: gkhy-safeplatform-topic-approvalSpecialWorkConsumer-HIS
  topic:
    #demoTopic: gkhy-safeplatform-topic-demo-s
    preventCreateTaskTopic: gkhy-safeplatform-topic-preventCreateTask-HIS
    preventNoticeTaskTopic: gkhy-safeplatform-topic-preventNoticeTask-HIS
    preventTimeOutTaskTopic: gkhy-safeplatform-topic-preventTimeOutTask-HIS
    preventWaitWorkTopic: gkhy-safeplatform-topic-preventWaitWork-HIS
    applySpecialWorkTopic: gkhy-safeplatform-topic-applySpecialWork-HIS
    approvalSpecialWorkTopic: gkhy-safeplatform-topic-approvalSpecialWork-HIS
file:
  path:
    #基础路径
    dcPath: /home/uploads/hazardInvestigation/
    urlRootPath: /uploadfile/
    module:
      #用户模块
      accountPath: /account/user/
      #排查模块
      checkPath: /check/
      #补正告知书
      correctPDF: /correctPDF/
# swagger生产环境中禁止显示
swagger:
  show: false