From e8e363ad0347cd1313e3a23cd3f4f2a02733e765 Mon Sep 17 00:00:00 2001
From: whycxzp <glperry@163.com>
Date: 星期四, 29 五月 2025 09:18:04 +0800
Subject: [PATCH] 算法识别告警更新

---
 src/main/resources/config/application-dev.yml |   36 +++++++++---------------------------
 1 files changed, 9 insertions(+), 27 deletions(-)

diff --git a/src/main/resources/config/application-dev.yml b/src/main/resources/config/application-dev.yml
index 048c800..36f8055 100644
--- a/src/main/resources/config/application-dev.yml
+++ b/src/main/resources/config/application-dev.yml
@@ -3,7 +3,7 @@
   type: 1
 #鏈嶅姟绔彛鍙�
 server:
-  port: 8087
+  port: 8088
   serverHeader:
   servlet:
     context-path: /br
@@ -20,9 +20,10 @@
   datasource:
     type: com.alibaba.druid.pool.DruidDataSource
     driver-class-name: com.highgo.jdbc.Driver
-    url: jdbc:highgo://192.168.10.133:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
+#    url: jdbc:highgo://192.168.10.134:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
+    url: jdbc:highgo://192.168.10.183:5866/highgo?rewriteBatchedStatements=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
     username: sysdba
-    password: Fg001@HDW
+    password: Fg001@HDWw
 #    type: com.alibaba.druid.pool.DruidDataSource
 #    driver-class-name: com.mysql.cj.jdbc.Driver
 #    url: jdbc:mysql://localhost:3360/db_user?characterEncoding=utf8&serverTimezone=Asia/Shanghai&allowMultiQueries=true&rewriteBatchedStatements=true&useSSL=false
@@ -37,7 +38,7 @@
       max-file-size: 200MB
       max-request-size: 200MB
 mybatis-plus:
-  typeAliasesPackage: com.whyc.pojo,com.whyc.dto
+  typeAliasesPackage: com.whyc.pojo
   mapper-locations: classpath:mapper/**/*Mapper.xml
   global-config:
     db-config:
@@ -46,7 +47,7 @@
       #椹煎嘲涓嬪垝绾胯浆鎹�
       table-underline: true
       #鏁版嵁搴撳ぇ鍐欎笅鍒掔嚎杞崲
-      capital-mode: true
+      capital-mode: false
       #mp2.3+ 鍏ㄥ眬琛ㄥ墠缂� tb_
       table-prefix: tb_
       #鍒锋柊mapper 璋冭瘯绁炲櫒
@@ -91,28 +92,9 @@
     defaultKey: ENC(KdXXhvt6v7BDw7MgsR4J1OgahZgjl3kEil10+147oGA=)
     iv: ENC(Gtzf6s+BRoC1iQsRLMswSlBDSMom0kWtx5+SMJgaVDg=)
   i18n: zh-CN
+logging:
+  config: classpath:config/logback-spring.xml
 #瑙嗛娴佺殑id
 video:
   streamIds:
-     "34020000001110000001_34020000001320000001,
-      34020000001110000001_34020000001320000002,
-      34020000001110000001_34020000001320000003,
-      34020000001110000002_34020000001320000001,
-      34020000001110000002_34020000001320000002,
-      34020000001110000002_34020000001320000003,
-      34020000001320000001_34020000001320000001,
-      34020000001320000001_34020000001320000002,
-      34020000001320000002_34020000001320000001,
-      34020000001320000002_34020000001320000002,
-      34020000001320000003_34020000001320000001,
-      34020000001320000003_34020000001320000002,
-      34020000001320000004_34020000001320000001,
-      34020000001320000004_34020000001320000002,
-      34020000001320000005_34020000001320000001,
-      34020000001320000005_34020000001320000002,
-      34020000001320000006_34020000001320000001,
-      34020000001320000006_34020000001320000002,
-      34020000001320000007_34020000001320000001,
-      34020000001320000007_34020000001320000002,
-      34020000001320000008_34020000001320000001,
-      34020000001320000008_34020000001320000002"
\ No newline at end of file
+     "34020000001320000001_34020000001320000002"
\ No newline at end of file

--
Gitblit v1.9.1