From b95df429267d2d4932c4b604e9acdfc0617d06d4 Mon Sep 17 00:00:00 2001
From: aijinhui <aijinhui>
Date: 星期五, 06 十月 2023 15:58:03 +0800
Subject: [PATCH] 雷达设备

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

diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index c74b5f0..40c012f 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -49,18 +49,23 @@
     timeout: 100
     keepalive: 60
     enabled: true
+  # 鐩楃數鎺ュ彛鍦板潃
   stealelec:
+    enabled: false
     url: http://iot.zhdk.net:8090/Warning/GetWarning?userName=cy4oil
-mybatis:
-  typeAliasesPackage: com.ard.alarm.**.domain
-  mapperLocations: classpath:/mapper/*.xml
-
+  # 涓夊巶鏁板瓧鍖栧湴鍧�
+  digitization3:
+    enabled: false
+# mybatis-plus閰嶇疆
+mybatis-plus:
+  type-aliases-package: com.ard.alarm.**.domain
+  mapper-locations: classpath:/mapper/*.xml
 server:
   port: 8088
 logging:
   level:
     hikSdk: debug
-    mqtt: info
+    mqtt: debug
     netty: info
     external: info
     camera: info

--
Gitblit v1.9.3