From aaca8e863550c1b83f9a84f67e330b37be0bc55f Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Thu, 23 Jul 2026 09:35:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9application.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/application.yml.template | 29 ++++--------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/build/extraResources/java/application.yml.template b/build/extraResources/java/application.yml.template index aa5558b..15682d0 100644 --- a/build/extraResources/java/application.yml.template +++ b/build/extraResources/java/application.yml.template @@ -53,34 +53,16 @@ socket: webSocket: port: 7778 -#源参数下发,暂态数据默认值 -#Dip: - # 暂态前时间(s) - # fPreTime: 2f - #写入时间(s) -# fRampIn: 0.001f - #写出时间(s) -# fRampOut: 0.001f -# 暂态后时间(s) -# fAfterTime: 3f +sntp: + port: 123 - -#Flicker: -# waveFluType: CPM -# waveType: SQU -# fDutyCycle: 50f - -#log: -# homeDir: D:\logs -# commonLevel: info report: # template: D:\template # reportDir: D:\report dateFormat: yyyy年MM月dd日 -#data: -# homeDir: D:\data -#resource: -# videoDir: ${data.homeDir}\resources\videos +device: + image: + dir: D:\device-images qr: cloud: http://pqmcc.com:18082/api/file dev: @@ -122,3 +104,4 @@ activate: dataCheck: enable: false + url: http://127.0.0.1:18091/steady/checksquare/create \ No newline at end of file