From 2893347bf72477c4d108e8589a0f61e3e97a990c Mon Sep 17 00:00:00 2001
From: kimi <kimi42345@gmail.com>
Date: 星期三, 27 五月 2020 09:56:56 +0800
Subject: [PATCH] bak  更新后

---
 src/main/resources/application-pro.yml |   84 +++++++++++++++++++++++++++++------------
 1 files changed, 59 insertions(+), 25 deletions(-)

diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml
index 8865ee7..106c510 100644
--- a/src/main/resources/application-pro.yml
+++ b/src/main/resources/application-pro.yml
@@ -1,22 +1,38 @@
 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
+    driver-class-name: com.mysql.cj.jdbc.Driver
+    url: jdbc:mysql://139.224.69.76:3306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
+    username: dsmp
+    password: Datacvg123!
+    type: com.alibaba.druid.pool.DruidDataSource
+    druid:
+      maxActive: 20
+      maxWait: 30000
+      validationQuery: select 1
+      testWhileIdle: true
+      testOnBorrow: false
+      testOnReturn: false
+      timeBetweenEvictionRunsMillis: 60000
+      minEvictableIdleTimeMillis: 300000
+      removeAbandoned: true
+      removeAbandonedTimeout: 1800
+      logAbandoned: false
+  redis:
+    host: 127.0.0.1
+    port: 6379
+    timeout: 500
+    password: datacvg123
+    lettuce:
+      pool:
+        max-idle: 50
+        min-idle: 10
+        max-active: 100
+        max-wait: 1000
   activiti:
-    database-schema-update: flase
+    database-schema-update: true
 
   thymeleaf:
     cache: false
@@ -41,17 +57,29 @@
       column-underline: true
 
 redis:
-  host: http://127.0.0.1
-  port: 9107
+  url: http://127.0.0.1:9107
+
+user:
+  url: http://180.169.94.250:9107
+mq:
+  url: http://127.0.0.1:9107
+
+
+todo:
+  url: http://127.0.0.1:9107
+
+notice:
+  url: http://127.0.0.1:9107
+
+antianaphy:
+  url: http://127.0.0.1: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:
+  local: http://127.0.0.1:18090
+  url: http://127.0.0.1:8090
 xxl:
   job:
     accessToken:
@@ -64,16 +92,22 @@
     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
+      host: http://139.224.69.76
       type: MYSQL
       port: 3306
       schema: data_admin
-      username: root
-      password: datacvg123!
+      url: jdbc:mysql://139.224.69.76:3306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
+      username: dsmp
+      password: Datacvg123!
   bigdata:
-    db:hbase?
\ No newline at end of file
+    db:hbase?
+
+pool:
+  coresize: 5
+  coefficient: 20
+  timeout: 3000000
+  aes: false
+  aesurl: http://127.0.0.1:9107
\ No newline at end of file

--
Gitblit v1.8.0