Compare commits

..

No commits in common. "58d381f3b10c10c77e2ae57c3de46759d89661b1" and "6a5056bbc86f652acfea65418a0006c822e9f74c" have entirely different histories.

3 changed files with 2 additions and 10 deletions

View File

@ -12,9 +12,7 @@ for /f "tokens=1-5" %%i in ('netstat -ano^|findstr ":%PROT%"') do taskkill /pid
echo 启动%NAME%
cd %CHSPATH%
start javaw.exe -Dlog.path=%~dp0 -jar %~dp0\%NAME%.jar --server.port=%PROT% -Dfile.encoding=UTF-8 -Djava.library.path=%CHSPATH%
start javaw -jar %~dp0\%NAME%.jar --server.port=%PROT% -Dfile.encoding=UTF-8 -Djava.library.path=%CHSPATH%
echo 启动完成

View File

@ -1,10 +1,4 @@
dpkj:
# 医保配置
chs:
# 医保机构编码
orgcode: H53082800070
# 医保读卡之后保存信息的文件名
file-name: outfile1191.txt
file:
# 文件保存地址
path: D:\Project\Express\upload

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="false">
<!--定义日志文件的存储地址 -->
<property name="LOG_HOME" value="${log.path}/logs"/>
<property name="LOG_HOME" value="./logs/server"/>
<!--<property name="COLOR_PATTERN" value="%black(%contextName-) %red(%d{yyyy-MM-dd HH:mm:ss}) %green([%thread]) %highlight(%-5level) %boldMagenta( %replace(%caller{1}){'\t|Caller.{1}0|\r\n', ''})- %gray(%msg%xEx%n)" />-->
<!-- 控制台输出 -->