From f7af6b99c11bf876c0faef82d42caacf5475de93 Mon Sep 17 00:00:00 2001 From: kimi42345 <kimi42345@outlook.com> Date: 星期六, 28 三月 2020 11:53:22 +0800 Subject: [PATCH] no message --- src/main/resources/application-dev.yml | 42 +++++++++++++++++++++++++++++++++++++++--- 1 files changed, 39 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index a65091b..f9a6ddd 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -4,10 +4,11 @@ spring: datasource: - driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://localhost:3306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true + 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 \ No newline at end of file +# 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? \ No newline at end of file -- Gitblit v1.8.0