xiaoyong931011
2022-03-02 2b6e54e96e32999f1c2ef03f54c636d5f5961dee
src/main/resources/application-prod.yml
@@ -7,9 +7,9 @@
  profiles:
    active: prod
  datasource:
    url: jdbc:mysql://127.0.0.1:3306/db_gbz?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
    username: db_gbz
    password: db_gbz123!@#
    url: jdbc:mysql://127.0.0.1:3306/db_bea?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
    username: ct_test
    password: 123456
    driver-class-name: com.mysql.jdbc.Driver
    type: com.alibaba.druid.pool.DruidDataSource
    druid:
@@ -48,9 +48,9 @@
  ## redis配置
  redis:
    ## Redis数据库索引(默认为0)
    database: 0
    database: 1
    ## Redis服务器地址
    host: 127.0.0.1
    host: 154.91.195.155
    ## Redis服务器连接端口
    port: 6379
    ## Redis服务器连接密码(默认为空)
@@ -74,8 +74,8 @@
  rabbitmq:
    host: 127.0.0.1
    port: 5672
    username: abc_user
    password: abc123
    username: ct_rabbit
    password: 123456
    publisher-confirm-type: correlated
@@ -96,10 +96,10 @@
  kline-update-job: false
  newest-price-update-job: true
  exchange-trade: true
  day-line: false
  day-line: true
  other-job: true
  loop-job: false
  rabbit-consumer: false
  rabbit-consumer: true
  block-job: true
aliyun: