https://blog.csdn.net/zhangyan323/article/details/103061448

 

 

我是在bat文件中增加了:set BUILD_ID=dontKillMe

@echo off
taskkill /f /im javaw.exe
set BUILD_ID=dontKillMe
start javaw -jar erp-0.0.1-SNAPSHOT.jar > erp.log --server.port=8083
exit

  

相关文章:

  • 2022-12-23
  • 2021-09-22
  • 2022-03-02
  • 2021-10-30
  • 2021-05-20
  • 2022-01-10
猜你喜欢
  • 2022-12-23
  • 2021-10-04
  • 2021-11-09
  • 2021-07-20
  • 2022-01-23
  • 2021-08-20
  • 2022-01-12
相关资源
相似解决方案