From 82fbbf24939e150ee3cef90dc0dd843c9897a7e6 Mon Sep 17 00:00:00 2001
From: kimi <kimi42345@gmail.com>
Date: 星期六, 23 五月 2020 12:27:13 +0800
Subject: [PATCH] 添加 log前 去除bak文件前的备份

---
 src/main/resources/application-pro.yml |   37 +++++++++++++++++++++++++++++--------
 1 files changed, 29 insertions(+), 8 deletions(-)

diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml
index e1b7662..106c510 100644
--- a/src/main/resources/application-pro.yml
+++ b/src/main/resources/application-pro.yml
@@ -3,7 +3,7 @@
 
 spring:
   datasource:
-    driver-class-name: com.mysql.jdbc.Driver
+    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!
@@ -20,9 +20,19 @@
       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
@@ -50,16 +60,26 @@
   url: http://127.0.0.1:9107
 
 user:
-  url: http://127.0.0.1:9107
+  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
+  local: http://127.0.0.1:18090
+  url: http://127.0.0.1:8090
 xxl:
   job:
     accessToken:
@@ -71,7 +91,6 @@
       appname: assemble
     admin:
       addresses: http://127.0.0.1:8090/xxl-job-admin
-
 
 master:
   unbigdata:
@@ -89,4 +108,6 @@
 pool:
   coresize: 5
   coefficient: 20
-  timeout: 3000000
\ No newline at end of file
+  timeout: 3000000
+  aes: false
+  aesurl: http://127.0.0.1:9107
\ No newline at end of file

--
Gitblit v1.8.0