kimi42345
2020-03-28 f7af6b99c11bf876c0faef82d42caacf5475de93
src/main/resources/application-dev.yml
@@ -4,10 +4,11 @@
spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    driver-class-name: com.mysql.jdbc.Driver
    url: jdbc:mysql://localhost:3306/mdm?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
    username: root
    password: 123456
    type: com.alibaba.druid.pool.DruidDataSource
  activiti:
    database-schema-update: true
@@ -40,4 +41,39 @@
  callback:
    url: http://192.168.4.225:18080/activiti/getBusinessId
#activiti:
#  check-process-definitions: false
#  check-process-definitions: false
redis:
  host: http://180.169.94.250
  port: 9107
rule:
  url: http://180.169.94.250:9107
xxljob:
  local: http://8dxx7b.natappfree.cc
  url: http://180.169.94.250:6890
  bak:
xxl:
  job:
    accessToken:
    executor:
      ip:
      port: 9999
      logpath: /data/applogs/xxl-job/jobhandler
      logretentiondays: 1
      appname: assemble
    admin:
      addresses: http://180.169.94.250:6890/xxl-job-admin
master:
  unbigdata:
    db:
      host: localhost
      url:  jdbc:mysql://localhost:3306/mdm?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
      type: MYSQL
      port: 3306
      schema: mdm
      username: root
      password: 123456
  bigdata:
    db:hbase?