From e4c879e4298d7d726cf7c2cbe5e709c5326ad250 Mon Sep 17 00:00:00 2001 From: xiaodaozi Date: Wed, 21 May 2025 18:50:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/win/yinyitong-dll-hang.bat | 4 +++- src/main/resources/application-pro.yml | 6 ++++++ src/main/resources/logback-spring.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/win/yinyitong-dll-hang.bat b/doc/win/yinyitong-dll-hang.bat index 6831a56..c4bc10f 100644 --- a/doc/win/yinyitong-dll-hang.bat +++ b/doc/win/yinyitong-dll-hang.bat @@ -12,7 +12,9 @@ for /f "tokens=1-5" %%i in ('netstat -ano^|findstr ":%PROT%"') do taskkill /pid echo %NAME% -start javaw -jar %~dp0\%NAME%.jar --server.port=%PROT% -Dfile.encoding=UTF-8 -Djava.library.path=%CHSPATH% +cd %CHSPATH% + +start javaw.exe -Dlog.path=%~dp0 -jar %~dp0\%NAME%.jar --server.port=%PROT% -Dfile.encoding=UTF-8 -Djava.library.path=%CHSPATH% echo diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml index e24f50f..bc814d7 100644 --- a/src/main/resources/application-pro.yml +++ b/src/main/resources/application-pro.yml @@ -1,4 +1,10 @@ dpkj: + # 医保配置 + chs: + # 医保机构编码 + orgcode: H53082800070 + # 医保读卡之后保存信息的文件名 + file-name: outfile1191.txt file: # 文件保存地址 path: D:\Project\Express\upload diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index 4be9829..0f64a11 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -1,7 +1,7 @@ - +