配置修改
This commit is contained in:
parent
62e47e55be
commit
274bbc1167
|
@ -1,14 +1,14 @@
|
||||||
# 安装服务
|
# 安装服务
|
||||||
ems-express-call-dll.exe install
|
yinyitong-dll-hang.exe install
|
||||||
|
|
||||||
# 启动服务
|
# 启动服务
|
||||||
ems-express-call-dll.exe start
|
yinyitong-dll-hang.exe start
|
||||||
|
|
||||||
# 查看服务运行状态
|
# 查看服务运行状态
|
||||||
ems-express-call-dll.exe status
|
yinyitong-dll-hang.exe status
|
||||||
|
|
||||||
# 重启服务
|
# 重启服务
|
||||||
ems-express-call-dll.exe restart
|
yinyitong-dll-hang.exe restart
|
||||||
|
|
||||||
# 停止服务
|
# 停止服务
|
||||||
ems-express-call-dll.exe stop
|
yinyitong-dll-hang.exe stop
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
<description>快递寄递DLL调用服务</description>
|
<description>快递寄递DLL调用服务</description>
|
||||||
|
|
||||||
<executable>java</executable>
|
<executable>java</executable>
|
||||||
<arguments>-jar %BASE%\ems-express-call-dll.jar</arguments>
|
<arguments>-jar %BASE%\yinyitong-dll-hang.jar</arguments>
|
||||||
</service>
|
</service>
|
Binary file not shown.
6
pom.xml
6
pom.xml
|
@ -4,10 +4,10 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<groupId>com.dpkj</groupId>
|
<groupId>com.dpkj</groupId>
|
||||||
<artifactId>ems-express-call-dll</artifactId>
|
<artifactId>yinyitong-dll-hang</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<name>ems-express-call-dll</name>
|
<name>yinyitong-dll-hang</name>
|
||||||
<description>ems-express-call-dll</description>
|
<description>银医通-澜沧中医院-DLL-壁挂机</description>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|
Loading…
Reference in New Issue