kimi42345
2020-03-02 2411eadd4ad4bef5c08c6ba2ea5898ea72136e29
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,20 @@
  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
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?