From 34c7449845e58d03f946d551f597ca5df1676dac Mon Sep 17 00:00:00 2001 From: zhangzq Date: Tue, 5 Nov 2024 16:13:59 +0800 Subject: [PATCH] =?UTF-8?q?add:com=E5=8F=A3=E8=AF=BB=E5=8F=96=E5=B7=A5?= =?UTF-8?q?=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/config/application-dev.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/acs/nladmin-system/nlsso-server/src/main/resources/config/application-dev.yml b/acs/nladmin-system/nlsso-server/src/main/resources/config/application-dev.yml index 6be5b27..45a8b3f 100644 --- a/acs/nladmin-system/nlsso-server/src/main/resources/config/application-dev.yml +++ b/acs/nladmin-system/nlsso-server/src/main/resources/config/application-dev.yml @@ -162,7 +162,13 @@ sa-token: password: # 连接超时时间 timeout: 10s - +comPort: + need: true + cname: COM5 + newBaudRate: 9600 + newDataBits: 8 + newStopBits: 1 + newParity: 0 lucene: index: path: D:\lucene\index