应用场景:通过springboot打包发布成jar文件后,通过创建bat文件,实现快速并启动
1.新建run.bat文件,文件内容如下:
@echo off
title:移动管理
echo 移动管理组件...
start "移动管理组件" java -jar template.jar
pause
应用场景:通过springboot打包发布成jar文件后,通过创建bat文件,实现快速并启动
@echo off
title:移动管理
echo 移动管理组件...
start "移动管理组件" java -jar template.jar
pause
本文标题:快捷启动jar文件
本文链接:https://www.haomeiwen.com/subject/gpgscltx.html
网友评论