server:
|
port: 18090
|
|
img:
|
url: /usr/datagovernance/file/activiti/
|
|
|
spring:
|
datasource:
|
driver-class-name: com.mysql.jdbc.Driver
|
url: jdbc:mysql://127.0.0.1:3306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
|
username: root
|
password: datacvg123!
|
hikari:
|
minimum-idle: 3
|
max-lifetime: 30000
|
connection-test-query: select 1
|
activiti:
|
database-schema-update: true
|
|
thymeleaf:
|
cache: false
|
prefix: classpath:/templates/
|
suffix: .html
|
servlet:
|
content-type: text/html
|
encoding: utf-8
|
|
logging:
|
level:
|
com:
|
highdatas:
|
mdm:
|
mapper: DEBUG
|
|
mybatis-plus:
|
mapper-locations: classpath:mapping/*.xml
|
type-aliases-package: com.highdatas.mdm.mapper
|
global-config:
|
db-config:
|
column-underline: true
|
|
redis:
|
host: http://127.0.0.1
|
port: 9107
|
|
rule:
|
url: http://127.0.0.1:9107
|
|
|
xxljob:
|
local: http://127.0.0.1:9010
|
url: http://127.0.0.1:6890
|
bak:
|
xxl:
|
job:
|
accessToken:
|
executor:
|
ip:
|
port: 9909
|
logpath: /data/applogs/xxl-job/jobhandler
|
logretentiondays: 1
|
appname: assemble
|
admin:
|
addresses: http://127.0.0.1:8090/xxl-job-admin
|
|
|
master:
|
unbigdata:
|
db:
|
host: http://127.0.0.1
|
url: jdbc:mysql://127.0.0.1:3306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
|
type: MYSQL
|
port: 3306
|
schema: data_admin
|
username: root
|
password: datacvg123!
|
bigdata:
|
db:hbase?
|