Merge remote-tracking branch 'origin/1.0' into 1.0
This commit is contained in:
commit
e31bb24b4a
|
@ -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>
|
||||
|
||||
<executable>java</executable>
|
||||
<arguments>-jar %BASE%\ems-express-call-dll.jar</arguments>
|
||||
<arguments>-jar %BASE%\yinyitong-dll-hang.jar</arguments>
|
||||
</service>
|
Binary file not shown.
6
pom.xml
6
pom.xml
|
@ -4,10 +4,10 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.dpkj</groupId>
|
||||
<artifactId>ems-express-call-dll</artifactId>
|
||||
<artifactId>yinyitong-dll-hang</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>ems-express-call-dll</name>
|
||||
<description>ems-express-call-dll</description>
|
||||
<name>yinyitong-dll-hang</name>
|
||||
<description>银医通-澜沧中医院-DLL-壁挂机</description>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
|
Loading…
Reference in New Issue