From a767f8b7e2aabf9bb3bb98344e8c559c71c1d442 Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期五, 11 八月 2023 14:40:28 +0800 Subject: [PATCH] 过滤通用光电报警只保留移动侦测、周界入侵报警、越界侦测报警 增加报警主机、门禁主机、通用光电数据同步 --- src/main/resources/application.yml | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2f6c991..4f0add0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,3 +1,4 @@ + spring: datasource: # 浣跨敤druid鏁版嵁搴撹繛鎺ユ睜 @@ -29,7 +30,7 @@ port: 40000 enabled: true tcp: - enabled: true + enabled: false mqtt: host: tcp://192.168.1.15:1883 clientId: cc3 @@ -51,4 +52,6 @@ secretKey: xzx12345 logging: level: - com.ard: info \ No newline at end of file + com.ard: info +server: + port: 8088 \ No newline at end of file -- Gitblit v1.9.3