From 6f28997aa8d9f62e0c54838490a473041f709742 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 02 十一月 2023 11:42:32 +0800
Subject: [PATCH] 修改了数据排名清单sql查询语句

---
 src/main/resources/application.yml |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 5588ba3..0889e17 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -2,9 +2,9 @@
   datasource:
     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
+#      username: fume
+#      password: fume_feiyu2023
 
 #      url: jdbc:mysql://localhost:3306/qianduan_sql
 #      username: root
@@ -14,13 +14,14 @@
 #      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
+      username: fumeRemote
+      password: feiyu2023
 
 mybatis:
   configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+#    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