server:
|
port: 9010
|
#url: jdbc:mysql://180.169.94.250:8306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
|
|
spring:
|
datasource:
|
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
|
|
hbase:
|
config:
|
hbase.zookeeper.quorum: kimi
|
hbase.zookeeper.property.clientPort: 2181
|
|
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
|
|
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?
|