初始化

This commit is contained in:
2025-02-07 09:20:09 +08:00
commit 141566b563
26 changed files with 1215 additions and 0 deletions

14
doc/win/command.txt Normal file
View File

@@ -0,0 +1,14 @@
# 安装服务
yinyitong-dll-stand.exe install
# 启动服务
yinyitong-dll-stand.exe start
# 查看服务运行状态
yinyitong-dll-stand.exe status
# 重启服务
yinyitong-dll-stand.exe restart
# 停止服务
yinyitong-dll-stand.exe stop

Binary file not shown.

View File

@@ -0,0 +1,8 @@
<service>
<id>yinyitong-dll-stand</id>
<name>yinyitong-dll-stand</name>
<description>银医通-台式机-DLL调用服务</description>
<executable>java</executable>
<arguments>-jar %BASE%\yinyitong-dll-stand.jar</arguments>
</service>