环境搭建_jar包部署成本地服务(Windows)

实验环境:windows server2008R2 、windows10
一、下载winws.exe和winws.xml
下载地址:https://github.com/kohsuke/winsw/releases
下载红色处:

在这里插入图片描述
把exe文件、xml文件以及要打包成服务的jar包使用同名,方便管理

在这里插入图片描述
二、编辑auth-admin配置文件:

<configuration>  
  <!-- ID of the service. It should be unique accross the Windows system-->
  <id>auth-admin</id>
  <!-- Display name of the service -->
  <name>auth-admin</name>
  <!-- Service description -->
  <description>统一支撑平台</description>
  <executable>java</executable>
  <arguments>-jar auth-admin.jar</arguments>
</configuration>

三、cmd命令行进入当前目录
打包成服务:

auth-admin.exe install

卸载服务:

auth-admin.exe uninstall

启动服务:

 auth-admin.exe start

关闭服务:

 auth-admin.exe stop

重启服务:

auth-admin.exe restart 

查看状态:

 auth-admin.exe status

脚本启动:

cd C:\Users\Administrator\Desktop\service\auth-admin
auth-admin.exe  stop
auth-admin.exe  uninstall
auth-admin.exe  install
auth-admin.exe  start
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值