关键配置:

jenknis 配置windows项目启动

maven 打包:

clean package -Dmaven.test.skip=true

 

其他命令:

@echo off
echo kill项目
taskkill /f /im javaw.exe
ping 127.0.0.1 -n 5

rd /s /q D:\D\springboot-publish\shopsingle\shopsingle-0.0.1-SNAPSHOT
copy java-shop\target\*.tar D:\D\springboot-publish\shopsingle\
D:
cd D:\D\springboot-publish\shopsingle\
echo into D:\D\springboot-publish\shopsingle\
start winrar x *.tar -y
ping 127.0.0.1 -n 5
cd shopsingle-0.0.1-SNAPSHOT
start javaw -jar shopsingle.jar --server.port=38081
echo ----start-----
echo good bye

相关文章:

  • 2021-12-20
  • 2021-10-28
  • 2022-02-08
  • 2021-08-06
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
  • 2021-07-19
猜你喜欢
  • 2022-01-21
  • 2021-09-29
  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
相关资源
相似解决方案