From 4ef5ed0e06363716579850cb924f3658a3a2f079 Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期四, 02 四月 2020 11:20:32 +0800 Subject: [PATCH] add 用户接口,整体用户修改变动前 --- src/main/resources/application-dev.yml | 36 +++++++++++++++++++++++++++++++++--- 1 files changed, 33 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 2375f25..be855ce 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -10,6 +10,7 @@ password: 123456 type: com.alibaba.druid.pool.DruidDataSource + activiti: database-schema-update: true mvc: @@ -24,6 +25,7 @@ db-config: column-underline: true logging: + file: ./mdm.log level: com: highdatas: @@ -43,8 +45,26 @@ #activiti: # check-process-definitions: false redis: - host: http://180.169.94.250 - port: 9107 + 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: @@ -57,4 +77,14 @@ username: root password: 123456 bigdata: - db:hbase? \ No newline at end of file + db:hbase? + +hbase: + zookeeper: + quorum: kimi + property: + clientPort: 2181 + +zookeeper: + znode: + parent: /hbase -- Gitblit v1.8.0