jar更新

This commit is contained in:
2025-05-20 10:22:52 +08:00
parent 651b92e296
commit 7ad9124816
7 changed files with 41 additions and 12 deletions

View File

@@ -1,8 +1,25 @@
<service>
<id>dpkj-express</id>
<name>dpkj-express</name>
<description>快递寄递DLL调用服务</description>
<!-- 环境变量 文件名称 -->
<env name="NAME" value="yinyitong-dll-hang"/>
<!-- 服务ID -->
<id>dpkj-%NAME%</id>
<!-- 服务名称 -->
<name>%BASE%</name>
<!-- 服务描述 -->
<description>银医壁挂机中间服务调用程序</description>
<!-- 启动命令 -->
<executable>java</executable>
<arguments>-jar %BASE%\yinyitong-dll-hang.jar</arguments>
<!-- 启动参数 -->
<arguments>-jar %BASE%\%NAME%.jar</arguments>
<!-- 日志-->
<logpath>%BASE%\logs\winws</logpath>
<!-- 按大小和时间滚动模式 -->
<log mode="roll-by-size-time">
<sizeThreshold>10240</sizeThreshold>
<pattern>yyyyMMdd</pattern>
<autoRollAtTime>00:00:00</autoRollAtTime>
</log>
</service>