zhangfeng
2023-07-24 7848d39d309056ac1a13d40d99f9108e5f6a0584
src/main/resources/application-dev.yml
@@ -10,17 +10,17 @@
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
      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: gkhy@202306
    jedis:
      pool:
        max-idle: 8
@@ -116,9 +116,8 @@
      url:
rocketmq:
  name-server: 192.168.0.52:9876
  #name-server: localhost:9876
  producer:
  name-server: 192.168.30.107:9876
  producer:
    group: gkhy-safeplatform-dev-ZIS
    sendMessageTimeout: 300000
  consumers:
@@ -137,3 +136,5 @@
    preventWaitWorkTopic: gkhy-safeplatform-topic-preventWaitWork-ZIS
    applySpecialWorkTopic: gkhy-safeplatform-topic-applySpecialWork-ZIS
    approvalSpecialWorkTopic: gkhy-safeplatform-topic-approvalSpecialWork-ZIS
=======
>>>>>>> branch 'master' of https://sinanoaq.cn:8888/r/hazardInvestigationSystem.git