From 2411eadd4ad4bef5c08c6ba2ea5898ea72136e29 Mon Sep 17 00:00:00 2001
From: kimi42345 <kimi42345@outlook.com>
Date: 星期一, 02 三月 2020 11:13:35 +0800
Subject: [PATCH] add assebmle

---
 src/main/resources/application-dev.yml |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index e6d126a..2375f25 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
+    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,20 @@
   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
+
+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