From 00ff1a5f0146987b38e9584d64ff719c4ec0a623 Mon Sep 17 00:00:00 2001
From: aijinhui <aijinhui>
Date: 星期五, 06 十月 2023 16:10:56 +0800
Subject: [PATCH] 雷达

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

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index ed3593e..a2c8cdf 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -35,7 +35,7 @@
       port: 40000
       enabled: true
     tcp:
-      enabled: false
+      enabled: true
   # mqtt閰嶇疆
   mqtt:
     host: tcp://192.168.2.15:1883
@@ -58,18 +58,18 @@
     endpoint: http://192.168.2.15:9001
     accessKey: admin
     secretKey: xzx12345
-# mybatis閰嶇疆
-mybatis:
-  typeAliasesPackage: com.ard.alarm.**.domain
-  mapperLocations: classpath:/mapper/*.xml
+# mybatis-plus閰嶇疆
+mybatis-plus:
+  type-aliases-package: com.ard.alarm.**.domain
+  mapper-locations: classpath:/mapper/*.xml
 # 鏃ュ織绛夌骇閰嶇疆
 logging:
   level:
-    hikSdk: info
+    hikSdk: debug
     mqtt: info
-    netty: info
+    netty: debug
     external: info
     camera: info
     tube: info
-    digitization3: debug
-    stealAlarm: info
\ No newline at end of file
+    digitization3: info
+    stealAlarm: info

--
Gitblit v1.9.3