配置参数和脚本优化

This commit is contained in:
thinkgem
2022-04-24 17:48:16 +08:00
parent 93a09be05d
commit 6dce23a32f
22 changed files with 106 additions and 201 deletions

View File

@@ -18,9 +18,10 @@ cd target
# 根据情况修改 web.jar 为您的 jar 包名称
mkdir web
cp web.war ./web
cd web
mkdir app
cp web.war ./app
cd app
jar -xvf web.war
rm web.war
cd WEB-INF
exec ./startup.sh