kimi
2020-05-27 c007f0ca1785db093d48f4846cda82fe8e955765
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
server:
  port: 9999
#url: jdbc:mysql://180.169.94.250:8306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
img:
  url: D:/mdm/process
spring:
  datasource:
    driver-class-name: com.mysql.cj.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
    druid:
      maxActive: 3
      maxWait: 30000
      validationQuery: select 1
      testWhileIdle: true
      testOnBorrow: false
      testOnReturn: false
      timeBetweenEvictionRunsMillis: 60000
      minEvictableIdleTimeMillis: 300000
      removeAbandoned: true
      removeAbandonedTimeout: 1800
      logAbandoned: false
  redis:
    host: 127.0.0.1
    port: 6379
    timeout: 500
    password:
    lettuce:
      pool:
        max-idle: 50
        min-idle: 10
        max-active: 100
        max-wait: 1000
 
  activiti:
    database-schema-update: true
  mvc:
    view:
      prefix: classpath:/templates/
      suffix: .html
 
mybatis-plus:
  mapper-locations: classpath:mapping/*.xml
  type-aliases-package: com.highdatas.mdm.mapper
  global-config:
    db-config:
      column-underline: true
logging:
  level:
    com:
      highdatas:
       mdm:
        mapper: DEBUG
    org:
      quartz: error
      activiti:
        engine:
          impl:
            persistence:
              entity: info
 
exists:
  callback:
    url: http://192.168.4.225:18080/activiti/getBusinessId
#activiti:
#  check-process-definitions: false
redis:
  url: http://180.169.94.250:9107
 
todo:
  url: http://180.169.94.250:9107
 
notice:
  url: http://180.169.94.250:9107
 
antianaphy:
  url: http://180.169.94.250:9107
user:
  url: http://180.169.94.250:9107
mq:
  url: http://180.169.94.250:9107
 
rule:
  url: http://180.169.94.250:9107
 
xxljob:
  local: http://192.168.31.233:9010
  url: http://192.168.31.233:6890
  bak:
xxl:
  job:
    accessToken:
    executor:
      ip:
      port: 9909
      logpath: /data/applogs/xxl-job/jobhandler
      logretentiondays: 1
      appname: assemble
    admin:
      addresses: http://192.168.31.233: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?
 
hbase:
  zookeeper:
    quorum: kimi
    property:
      clientPort: 2181
 
zookeeper:
  znode:
    parent: /hbase
 
pool:
  coresize: 5
  coefficient: 20
  timeout: 3000000
  aes: false
  aesurl: http://180.169.94.250:9107