From b34727ebd73a4f346d53730865e83fd5b3e5a0ef Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期四, 26 十月 2023 16:36:37 +0800
Subject: [PATCH] 1. 新增定时任务和定时任务日志数据库表映射; 2. 修改异常分析和日、月统计分析定时任务的执行逻辑

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 8d60e75..050fda5 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -14,9 +14,24 @@
 #      username: root
 #      password: 123456
 
+#      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
+
+# 閫氱敤 Mapper 閰嶇疆
+# mappers 澶氫釜鎺ュ彛鏃堕�楀彿闅斿紑
+mapper:
+  mappers: com.flightfeather.monitor.domain.util.MyMapper
+  not-empty: false
+  identity: MYSQL
+
 server:
   port: 8081

--
Gitblit v1.9.3