windows服务部署jar
参考资料https://github.com/winsw/winsw
https://blog.csdn.net/xch_yang/article/details/129167189
使用方式配置文件下载exe程序和xml文件,修改xml文件内容
123456789101112131415<service> <!-- 服务唯一ID --> <id>imApiId</id> <!-- 服务名称--> <name>imApiService</name> <!-- 服务描述--> <description>this is im api,author:chaodev</description> <executable>java</executable> <arguments>-jar imApi.jar</arguments> <!-- 开机启动 ...