cjl
2023-07-10 7b03a1d14a165cc6932067e17f1fb30f68fd34a5
chore: 提交测试
2 files modified
22 ■■■■ changed files
screen-job/src/main/resources/application-dev.yml 2 ●●● patch | view | raw | blame | history
screen-manage/src/main/resources/application-qa.yml 20 ●●●● patch | view | raw | blame | history
screen-job/src/main/resources/application-dev.yml
@@ -56,7 +56,7 @@
    type: com.alibaba.druid.pool.DruidDataSource
    max-wait: 60000
    url: jdbc:mysql://rm-bp1pr3rx9m3fnkwsk.mysql.rds.aliyuncs.com:3306/moral?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    username: moral_qx
    username: root
    password: moral_qx_12345
    test-on-borrow: false
    sql-script-encoding: utf-8
screen-manage/src/main/resources/application-qa.yml
@@ -18,9 +18,9 @@
  application:
    name: screen-manage
  redis:
      host: r-bp1hez4g7rkqjswpaypd1.redis.rds.aliyuncs.com
      host: r-bp1xdlb9wfc6zt0msppd.redis.rds.aliyuncs.com
      port: 6379
      password: moral_123456
      password: moral_qx_12345
      timeout: 30000
      jedis:
        pool:
@@ -35,9 +35,9 @@
          max-wait: 30000
          min-idle: 32
  tokenRedis:
    host: r-bp1hez4g7rkqjswpaypd1.redis.rds.aliyuncs.com
    host: r-bp1xdlb9wfc6zt0msppd.redis.rds.aliyuncs.com
    port: 6379
    password: moral_123456
    password: moral_qx_12345
    timeout: 30000
    database: 14
    pool:
@@ -55,9 +55,9 @@
    filters: stat
    type: com.alibaba.druid.pool.DruidDataSource
    max-wait: 60000
    url: jdbc:mysql://172.16.44.71:3306/moral?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    username: root
    password: moral_123456
    url: jdbc:mysql://rm-bp1pr3rx9m3fnkwsk8o2.mysql.rds.aliyuncs.com:3306/moral?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    username: moral_qx
    password: moral_qx_12345
    test-on-borrow: false
    sql-script-encoding: utf-8
    pool-prepared-statements: true
@@ -92,11 +92,11 @@
    enable:
      auto:
        commit: false
    servers: 47.99.145.48:9092,47.111.116.38:9092,47.111.124.159:9092
    servers: 172.16.44.65:9092,172.16.44.67:9092,172.16.44.66:9092
    session:
      timeout: 6000
    zookeeper:
      connect: 47.99.145.48:2181,47.111.116.38:2181,47.111.124.159:2181
      connect: 172.16.44.65:2181,172.16.44.67:2181,172.16.44.66:2181
  producer:
    batch:
      size: 4096
@@ -104,7 +104,7 @@
      memory: 40960
    linger: 1
    retries: 0
    servers: 47.99.145.48:9092,47.111.116.38:9092,47.111.124.159:9092
    servers: 172.16.44.65:9092,172.16.44.67:9092,172.16.44.66:9092
  groupId:
    insert: Dev_insert
    state: Dev_state