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 |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 5985faa..be855ce 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -5,10 +5,11 @@
 spring:
   datasource:
     driver-class-name: com.mysql.jdbc.Driver
-    url: jdbc:mysql://localhost:3306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
+    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
@@ -24,6 +25,7 @@
     db-config:
       column-underline: true
 logging:
+  file: ./mdm.log
   level:
     com:
       highdatas:
@@ -43,8 +45,7 @@
 #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
@@ -69,11 +70,21 @@
   unbigdata:
     db:
       host: localhost
-      url:  jdbc:mysql://localhost:3306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
+      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
+    db:hbase?
+
+hbase:
+  zookeeper:
+    quorum: kimi
+    property:
+      clientPort: 2181
+
+zookeeper:
+  znode:
+    parent: /hbase

--
Gitblit v1.8.0