From 3ba74e7692143fd6dcf4dd885f80f95dfef8387e Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 23 十一月 2023 16:09:41 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/feature-risk_analysis' into feature-risk_analysis

---
 src/main/resources/application.yml |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index dd7bceb..15597db 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -3,26 +3,26 @@
     ds1:
       driver-class-name: com.mysql.cj.jdbc.Driver
 #      鐢熶骇鐜
-#      url: jdbc:mysql://localhost:3306/fume
-#      username: fume
-#      password: fume_feiyu2023
+      url: jdbc:mysql://localhost:3306/fume?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&allowMultiQueries=true&useSSL=false
+      username: fume
+      password: fume_feiyu2023
 
-#      url: jdbc:mysql://localhost:3306/qianduan_sql
+#      url: jdbc:mysql://localhost:3306/qianduan_sql?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&allowMultiQueries=true&useSSL=false
 #      username: root
 #      password: 1234
 
-#      url: jdbc:mysql://localhost:3306/fume
+#      url: jdbc:mysql://localhost:3306/fume?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&allowMultiQueries=true&useSSL=false
 #      username: root
 #      password: 123456
 
-      url: jdbc:mysql://114.215.109.124:3306/fume
-      username: fumeRemote
-      password: feiyu2023
+#      url: jdbc:mysql://114.215.109.124:3306/fume?serverTimezone=Asia/Shanghai&prepStmtCacheSize=517&cachePrepStmts=true&autoReconnect=true&allowMultiQueries=true&useSSL=false
+#      username: fumeRemote
+#      password: feiyu2023
 
 mybatis:
   configuration:
-#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
-    log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
+    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+#    log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
     map-underscore-to-camel-case: true
   type-aliases-package: com.flightfeather.monitor.domain.ds1.entity
   mapper-locations: classpath*:mapper/**/*.xml

--
Gitblit v1.9.3