From abbe8408d07e4f1ac5e7a96e20638f346338cc3a Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 14 四月 2025 10:35:38 +0800
Subject: [PATCH] 111
---
server/web/src/main/resources/application.yml | 27 ++++++++++++++++++++++++---
1 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/server/web/src/main/resources/application.yml b/server/web/src/main/resources/application.yml
index 343e977..b83b429 100644
--- a/server/web/src/main/resources/application.yml
+++ b/server/web/src/main/resources/application.yml
@@ -9,7 +9,7 @@
# application:
# name: parkbike
profiles:
- active: dev
+ active: pro
# JSON杩斿洖閰嶇疆
jackson:
# 榛樿鏃跺尯
@@ -50,7 +50,7 @@
# dao灞傜殑鏃ュ織璁剧疆涓篸ebug锛屾柟渚挎煡鐪媠ql
logging:
level:
- com.tielangtou.dao: debug
+ com.doumee.dao: debug
pagehelper:
# 鎸囧畾浣跨敤鐨勬暟鎹簱鏁版嵁搴�
@@ -60,4 +60,25 @@
# WEB鏈嶅姟鍣ㄩ厤缃�
server:
- port: 10013
+ port: 10025
+
+mqtt:
+ clientid: doumeeweb
+ subclientid: doumeewebSub
+
+jt-server:
+ jt808:
+ enable: true
+ port:
+ udp: 7611
+ tcp: 7611
+ media-file:
+ path: D:/jt_data/media_file
+ alarm-file:
+ host: 127.0.0.1
+ port: 7612
+
+ alarm-file:
+ enable: true
+ port: 7612
+ path: D:/jt_data/alarm_file
\ No newline at end of file
--
Gitblit v1.9.3