更新部署方式

This commit is contained in:
2025-05-20 18:03:31 +08:00
parent d9d73434f6
commit bdd33043b3
19 changed files with 222 additions and 70 deletions

6
doc/lib/command.bat Normal file
View File

@@ -0,0 +1,6 @@
echo off
:: 添加jar包到本地仓库
cmd /k "mvn install:install-file -Dfile=jacob-1.21.jar -DgroupId=com.jacob -DartifactId=jacob -Dversion=1.21 -Dpackaging=jar"
pause